Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi everyone,
I try to use the 'F2837xS_sci_flash_kernel'-example with the LaunchPad TMS320F28377S.
So i compiled the example from "C:\ti\c2000\C2000Ware_1_00_05_00\device_support\f2837xs\examples\cpu1\F2837xS_sci_flash_kernel" (with SCI_BOOT for GPIO84,85) and flashed it to the MCU.
I also created the .txt file with:
hex2000.exe -boot -sci8 -a -o f28377s.txt F2837xS_sci_flash_kernel.out
Next I did the same for the Blink example and used following command:
hex2000.exe -boot -sci8 -a -o blinky.txt blinky_cpu01.out
After this I set the 'Boot-Switches' 1 --> ON, 2 --> OFF, 3--> OFF and used following command for connecting via UART:
.\serial_flash_programmer.exe -d f2837xS -k f28377s.txt -a blinky.txt -p COM5
But it get stuck every time at the autobaud-recognition.
So do I have to flash a specific bootloader or an initial-programm to the MCU before performing this command?
Have I set the BOOT-Pins right?
What else could be wrong?
I use the latest C2000Ware_1_00_05_00.
thanks.