Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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: 98

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.
 
  • Like
Reactions: HHM

    HHM

    Points: 2
    Helpful Answer Positive Rating
thanks for your attention
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top