• 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...
  • SROM issues in LX51
    Hi, I have 2 questions regarding SROM that I couldn't find the answer to. 1) If the compiler adds LCALLs to c lib (?C?..) functions in the code I am copying to the ram are the c lib functions located...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • 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])...