This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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, which are to be read out from a serial EEPROM. Each module can define its parameter variables, the linker arranges them all together into one contiguous memory area and an other routine can read them all out from the EEPROM in one step.

The RENAMECLASS control seems to be only able to do that for all variables in a module. I'd like to have these feature for individual variables too.

Parents Reply Children
No data