• 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...
  • section located outside class
    Hi, on a XC164CS-16F I'm using data model medium. But I also have huge data. I had no problem so far. But now I added some new data and am struggling with the linker / locator: I have added 3 modules...
  • Section Locating Order
    Hi I am working on a project using the XC164CS micro with a 128K external flash chip connected. The internal 128K ROM of the XC164 starts at address 0xC00000, while I have the external ROM configured...
  • 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...
  • Different sections/classes in one sourcefile?
    I have to place about 20 - 30 structures and arrays to fixed positions in flash. Is this possible without generating just as much sourcefiles, each with a user class/section? Compiler, Assembler and Linker...