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

Placing many arrays of consts at fixed address of Flash

I read some topics about placing a const to fixed address by linker. The method is to locate all section, isn't it?
My problem is to locate 7 arrays of const(predefined): a1[50]..a7[50]. I want to place a1[] at 0xC07D00, a2[] at 0xC07E00, a3[] at 0xC07F00 and etc. So, how i can do it?
Is it true that theese arrays will be united in NCONST class? Thanks!

0