Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
Hi,
I am new to TI controllers and code composer studio.
I am working with C2000 Piccolo Launchpad LAUNCHXL F28027F which has TMS320F28027F microcontroller.
My query is how to load my program .out file into microcontrollers flash and make it work in stand alone mode?
I have a LED blink code and when i load it to microcontroller via code composer, the program is getting loaded in RAM instead of flash
When i click on "Debug" from Code Composer and Run the program the program is getting executed from RAM. I am able to see the LED blinking.
I searched some forum and got a tool called UniFlash to flash the program into flash.
I used it and flashed the program but after power OFF and power ON my code doesn't execute.
Any help appreciated. If more information is needed please feel free to ask