Part Number:TMS320F28069
Hi everyone,
I need your help to resolve my problem of SCI bootloader. I want to use serial_flash_programmer.exe to flash the programm into DSP.
For hardware I use the Piccolo F2806x ISO controlCARDs with Docking-Stn USB-EMU [R3]
SW1 of controlCARD is configurated as Pos.1=1 and Pos.2=0
and SW3 of controlCARD is configurated as Pos.1=0 + Pos.2=1
I tested the communication between the device and the PC with the program "sci_echoback". It functioned.
For the software I use two example projects. They are f28069 flash kernel (C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\f28069_flash_kernel) and timed led blink (C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\timed_led_blink). The .txt files are generated by using CCS post build steps as decription in "SPRABV4B"
I started the serial_flash_programmer.exe with the command -d f2806x -k C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\f28069_flash_kernel\Debug\f28069_flash_kernel.txt -a C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\timed_led_blink\Debug\Example_2806xLEDBlink.txt -p COM5 -b 9600 -v.
But there's problems. It ran only to "Application AutoBaud Successful" and then stopped.
I tried with various baud rates, but it didn't function. I didn't change anything in example projects. So it should function as well. I checked the another threads, but I haven't still found the resolution for my problem.
Can somebody give me some advices what I should do?
Thank you for your support in advance!