• 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...
  • 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...
  • Linker Problem, NDATA Overflow
    Hello everybody, I work with the XC2388C-200F MCU from Infineon and the uVision4. In the target options I have chosen the "HLarge"-Memory model and for the near memory I switched to "48"KB RAM...
  • 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...