We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a problem getting my project to link. I had to create a linker file, changing the NCONST class
from :- NCONST (0xC04000-0xC07FFF), to NCONST (0xC10000-0xC13FFF),
Just to get the project to link without the following warning, (7 in total)
WARNING L5:- Section Located Outside Class Area.
Although both of the above are 16k blocks, which they have to be, why did i have to change the default linker control string? There are no specific allocation areas defined within the modules that create the warnings from the linker.
Any advice appreciated.