[51] Whats the meaning of this 2 code in 8051?

Status
Not open for further replies.

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
 

Attachments

  • ch375inc.zip
    9.2 KB · Views: 100

Review the hardware design to understand what's connected to external RAM space, apparently the said "CH375" interface. ATmega32 has no similar external data bus option, you have to refer e.g. to ATmega128 if you want to use it in your new design.
 
Reactions: HHM

    HHM

    Points: 2
    Helpful Answer Positive Rating
thanks for your attention
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…