• 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...
  • 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...
  • 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...
  • SEGMENT RELOCATION
    Hi all: I need to relocate a segment to a specific address. Say I have 4 '.obj' SEG1.OBJ, SEG2.OBJ, SEG3.OBJ and SEG4.OBJ segments and want to locate SEG2 to the specific address 1A00. Thanks in advance...
  • segment selection
    Hi all, I'd like to know if it is possible to select a segment from another one. I explain: usually you do this: CODE_SEG segment CODE rseg CODE_SEG what I want to do is: CODE_SEG segment CODE...