• SROM Sections
    I have an XC167 application that needs to place the code from two modules into the SROM class in order to copy code from Flash to the internal program memory. I can use the following in the User Sections...
  • XE SROM sections
    Hi, I'm trying to use SROM sections on a XE164 as described in Keil application note APNT_138. The linker does its job relocating the sections (as noted in the listing file (*.m66), but I can't copy...
  • 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...
  • using the SEGMENTS control in conjuction with SROM segments
    Hi folks, I want to create a segment with different storage and execution locations. Therefor I intended to use the SEGMENTS directive of LX51: SEGEMENTS (segname(exec_address)[!storage_address])...
  • LX51 linker
    Does anyone know how to engage optimization level 10 with the LX51 linker?