I am having a problem moving a project that works correctly in ram to flash. I would really appreciate any suggestions or advice.
I get an error during link that says "page already specified for ".econst"" The code snippet from the linker command file is shown below. The very first line of the snippet is where the error is flagged. I see no other references to .econst in the file so I am not sure where to look. Also, the project I am using supposedly worked before but not for me so I wonder if I have a problem with my CC3 setup.
.econst : LOAD = FLASH_RAML0, PAGE = 0
RUN = RAML4,
LOAD_START(_RamEconstStart),
LOAD_END(_RamEconstLoadEnd),
RUN_START(_RamEconstRunStart),
PAGE = 1
Thanks