I'm trying to convert my RAM based project in a FLASH based project writing it on FLASH memory. My question is, I know that a lot of sections are in F2802x_GlobalVariableDefs.c and F2802x_Headres_nonBIOS.cmd. But my project did'nt work, I'm not sure, but I think its because of this two warnings:
#10247-D creating output section "ramfuncs" without a SECTIONS specification
#10247-D creating output section "csmpasswds" without a SECTIONS specification
My question is: Is there any file missing on my project?
It's attached below.