|
|||||||||||
|
Technical Support Support Resources
Product Information |
Technical SupportC51: LOCATING INITIALIZED VARIABLES AT ABSOLUTE ADDRESSESQUESTIONI want to locate some initialized constants and variables in memory, but I can't initialize and locate them with the _at_ keyword. What's wrong? ANSWERC51 does not allow you to both locate a variable using the _at_ keyword and initialize it. You may use the linker to locate the variable. For example, if you want to locate an initialized constant array into code space...
If you use µVision2 and BL51 enter ?CO?TEMP(0x5000) under Options for Target - BL51 Locate - Code:. For LX51, enter ?CO?TEMP(C:0x5000) under Options for Target - LX51 Locate - User Segments. SEE ALSO
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic.
Last Reviewed: Tuesday, July 19, 2005 | ||||||||||
|
|||||||||||