• Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...
  • Class problem
    Hi, I have a probleme with my memory map. I have declare external ram between 0x200000-0x400000 , but after compilation i see (.m66) that the space 0x200000-0x200004 is reserve for NDATA0. I don't understand...
  • Class problem
    Hi, I have a probleme with my memory structure. I have declare external ram between 0x100000-0x200000 , but after compilation i see (.m66) that the space 0x100000-0x100008 is reserve for NDATA0. I don...
  • C code class info
    I am trying to use app note 138 with one exception, I want to relocate C code, not assembly .... I believe my source file name "sram_x.c" defines the section name as SRAM_X, my problem is defining...
  • Allocate Code to a Class
    How can i allocate a block of code in a module to a specific class ? Can it be done with #pragma ????? I need to allocate a block of code from a module, not the entire module. Any help appreciated...