• 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...
  • 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...
  • Problem with alignment of variable in C++ Class
    I'm using uVision4 and C++ with LPC2478 class test { public: char s8; //placed at 0x4002C750 void* cp1; //placed at 0x4002C754 void* cp2; //placed at 0x4002C758 void* cp3; //placed at 0x4002C75C...
  • USB and MSC class sample
    Hi everyone, I've used mass storage code from sample codes of KEIL on AT91SAM7x256. And it works correctly; Now I want to change the Memory size show in the My computer (it always show 6 kB!). I'v...