Discussion Forum

Programming the EPROM using CODE BANKING

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

DetailsMessage
Read-Only
Author
Mohit Gupta
Posted
7-Nov-2001 17:06 GMT
Toolset
C51
New! Programming the EPROM using CODE BANKING
Hello,

I am using code banking in my application. I am using a 128MB EEPROM 28F001. When I compile my program, I obtain two files with .h00 and .h01 extention. I have to separately program these files into the eeprom at areas 0x0000 - 0xffff and from 0x10000 to 0x1ffff. Is there any way that I get only one file having hex codes from 0x00000 to 0x1ffff

Regards,

Mohit Gupta
Read-Only
Author
Support Intl Keil
Posted
27-Nov-2001 08:15 GMT
Toolset
C51
New! RE: Programming the EPROM using CODE BANKING
When you have the PK51 Version 6.20 you may use the LX51 Extended Linker along with the OHX51 Object HEX Converter. These tools generate a single HEX file that covers all banks.

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