• location of program code
    Hi, can me help anybody ? How can I affect location of program code in memory (e.g. Program SRAM, External memory, Flash,...)? I use uVision 3 and Keil MCB-XC167 Basic. Thx !
  • const locating in code space
    I am trying to specify the flash address location for a large lookup table (300k). Can I specify a user class for this? How do I define it and reference the class from within my c code? Jeff
  • Locating
    Hi all, I am new with L166 linker on ST10 target and I just would like to : Set a code section containing all the code of several files (file1.obj, file2.obj and file3.obj for example) and to locate...
  • How to locate code in SROM class
    I am working on a bootloader... I have setup a SROM class, added the section directive to include the pflash.a66 file. I can use the srom.h macro's to copy the code correctly from its flash location...
  • how to locate variables @ fixed locations
    hi all! i'd like to locate a variable (e.g. version number) at a fixed location in ROM, so the firmware can check the userware's version @ startup! userware: int version = 1; // locate this @ 0x1000...