HHM
Junior Member level 1
- Joined
- Feb 6, 2010
- Messages
- 16
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,412
Hi,
I am new programmer in micro scale and I wanna work on AVR Atmega32.
I have code for 8051 micro(c and header file),and I need convert this code for use in AVR
I don't know whats the meaning of code :
unsigned char volatile xdata CH375_CMD_PORT _at_ 0xBDF1;
unsigned char volatile xdata CH375_DAT_PORT _at_ 0xBCF0;
I think its related to RX,TX of micro,because I wanna work with Rs232 to USB converter
thanks,
Regards,Hesam.H.Motiee
I am new programmer in micro scale and I wanna work on AVR Atmega32.
I have code for 8051 micro(c and header file),and I need convert this code for use in AVR
I don't know whats the meaning of code :
unsigned char volatile xdata CH375_CMD_PORT _at_ 0xBDF1;
unsigned char volatile xdata CH375_DAT_PORT _at_ 0xBCF0;
I think its related to RX,TX of micro,because I wanna work with Rs232 to USB converter
thanks,
Regards,Hesam.H.Motiee