Discussion Forum

How can I link C library code into ECODE when I use Philips' 80C51MX?

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Liu Junfeng
Posted
8-Apr-2006 04:13 GMT
Toolset
C51
New! How can I link C library code into ECODE when I use Philips' 80C51MX?
Now, I use Keil C (v7.10) to develop the Philips' 80C51MX product. In my project, I need to download the code into EEPROM (0xC00000-0xFFFFFF) which is ECODE, however, I used the C Library Code which is link to CODE (0x800000-0x80FFFF). So how to link the C Library Code into EEPROM (ECODE)?
Read-Only
Author
Reinhard Keil
Posted
8-Apr-2006 13:11 GMT
Toolset
C51
New! RE: How can I link C library code into ECODE when I use Philips' 80C51MX?
You may re-direct the CODE memory class into a different 64KB bank.

See: http://www.keil.com/support/docs/3193.htm

Next Thread | Thread List | Previous Thread Start a Thread | Settings