Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28027
Hi all,
I'm new to the C2000. I recently got a C2000 Launchpad in the hope to be able to use a processor with more power than the MSP430. I was hoping since I already have a basic understanding of the MSP430 and the CCS environment, that upgrading to the C2000 would be simple, and so far it is not so. I started with a simple blink LED hello world...
I know this has been covered in other posts, but there just seems no good clear answer to how to get a simple program that works fine running in RAM to be able to boot from flash. I took the blink LED example at
http://fortytwoandnow.blogspot.com/2012/08/c2000-piccolo-blinking-led.html
and got it to run from RAM, but after cycling the power, the program goes away since its in RAM, which makes sense. Based on other post on this forum, it seemed all I had to do is change the linker command file to F28027.cmd , to make the code load to the flash.
After I change the linker command file, things do change, I get a message when programing the device about the flash being erased, and the pre-installed "measure temperature" program got removed. But afterwards, the device just hangs and the LEDs no longer blink.
I read through the SPRA958L apps note, but really its no help to me at my current level of understanding of this device. The C2000 is nothing like other micros I used in the past (MSP430 and PIC16) .
What am I missing?
thanks!