This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
after trying for 2 days to run a simple example application from the controlSuite I quit with testing. I installed the controlSuite with my CCS 5.3 and imported setup_M3 and the C28 blinky projects. Building the setup_M3 ends with a suprise:
<Linking>
warning: creating output section ".TI.crctab" without a SECTIONS specification
"C:\ti\controlSUITE\device_support\f28m35x\v200\MWare\cmd\F28M35x_generic_M3_FLASH.cmd", line 65: warning:
CRC table operator (AppCrc) ignored for ".pinit": CRC table operator cannot be associated with empty output section
"C:\ti\controlSUITE\device_support\f28m35x\v200\MWare\cmd\F28M35x_generic_M3_FLASH.cmd", line 79: warning:
CRC table operator (AppCrc) ignored for "ramfuncs": CRC table operator cannot be associated with empty output section
'Finished building target: setup_m3.out'
starting the debugger with the requested new Target configuration File on the controlCard shows both cores. I can identify the M3 core is in the address range 0x010016xx (I guess this is ROM code). Loading the application will cause the following message in the casole 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.
After this action the core is running. I can stop it and examinate the Flash at address 0x200030:
FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
ResetISR
BE52F005 FFFF4770 FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
FFFFFFFF....
all before is 0xFF and all after is 0xFF. Regardless which configuration I try, regardless which boot setup I try and regardless what else I do this will not change.
I urgently need advice to run the controller.
Best Regards,
Stefan
Stefan,
Are you actually having trouble blinking the LED? I ran these examples just now and they work just fine on my machine.
Regards,
Hi,
Regards,
Stefan
Hi Stefan and Bala,
Please check this post http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/371056/1305484.aspx#1305484.
Thanks and regards,
Vamsi