??? 02/03/05 17:24 Read: times |
#86488 - XCONST - no need for separate Project Responding to: ???'s previous message |
Neil Kurzman said:
In real hardware it is no problem to burn a table and use it in XDATA (/RD selected). Simply make the table as a sperate project. Tables only, code. Then burn the PROM.
If you have the Keil Professional Kit, there is no need for a separate Project: it has the facility to put constants into XDATA, and to include the constants in the generated HEX file. Check out the XCROM, OMF2, and STRING options for the C51 Compiler, and the XCONST option for the LX51 Linker... |