• 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...
  • 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...
  • 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...
  • Pointer pointing at the wrong data
    hi all, I've been trying to send a prefixed data to my 8051 TXD vt the following command: ORG 000H LJMP SETUP ORG 003H ;External Interrupt 0 CLR P3.6 LCALL EXT_INTERRUPT RETI ORG...
  • 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...