• 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 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...
  • Problems with c++ classes
    Hello, first of all I would like you to know a little bit about the project I'm doing (can't tell much:). I am building a system in which I'd like to have a menu implemented as some kind of a...
  • Problems with c++ classes
    Hello, first of all I would like you to know a little bit about the project I'm doing (can't tell much:). I am building a system in which I'd like to have a menu implemented as some kind of a...
  • 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...