Other Parts Discussed in Thread: CONTROLSUITE
Hi everyone,
I was trying to run a simple example application from the controlSuite with my CCS 5.4 and imported setup_M3 and the C28 blinky projects. On building the project in m3 i see the following errors.
<Linking>
warning: creating output section ".TI.crctab" without a SECTIONS specification
"C:\ti\controlSUITE\device_support\f28m36x\v201\MWare\cmd\F28M36x_generic_M3_FLASH.cmd", line 65: warning:
CRC table operator (AppCrc) ignored for ".pinit": CRC table operator cannot be associated with empty output section
Invalid project path: Referenced project path is not accessible
When i try to load the application, it will cause the following message in the console window:
Cortex_M3_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
The same code works fine with RAM. Please suggest a solution to this problem.