• DPP, NCONST, near, PEC
    Hi all, (C167; running everything from RAM, copied from flash in the startup-file and then re-mapping the BUSCON's) Does anybody have a suggestion on how to put DATA in one continuous memory area...
  • DPPUSE and NOFIXDPP
    Hi, I have a C164 application with 32k NDATA and 16k NCONST. Where DPP0 is used for NCONST and DPP1 and DPP2 used for NDATA. Furthermore I have located the user stack at the end of the DPP2 segment...
  • 32k NDATA
    Hi all , Using Uvision4 with XE167 Memory model large My problem is the 16k NDATA limit, although DPP0 is unused. I use DPP1 NCONST DPP2 NDATA DPP3 SYSTEM and that is not alterable...
  • 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...
  • about NCONST
    In C251, printf ("\nStart Measurement Recording\n"); after compiling, the const "\nStart Measurement Recording\n" is located at address above 0x8000, but my mcu's data ram is less than 0x8000, what...