• Last used memory in ROM after linking
    I appologize because my question was probably here many times but I haven't found any solution. How could I save to some constant in Flash memory the very last used position by linker automaticaly without...
  • Last used memory in ROM after linking
    I appologize because my question was probably here many times but I haven't found any solution. How could I save to some constant in Flash memory the very last used position by linker automaticaly without...
  • Correctly linking extension code to existing ROM code
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...
  • Correctly linking extension code to existing ROM code
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...
  • How to link extension code to existing ROM code?
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...