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.

TMS320F28069: SCI BOOTLOADER experiments kit's controlCARD F28069

Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE

Hello , 

i am trying to used SCI bootloader to program µC on control CARD.

On controlCARD , I connect J9 

I put SW1 in SCI mode

In CCS I add this line to convert file in HEX : "${CG_TOOL_HEX}" "${BuildArtifactFileName}" -boot -sci8 -a -o "${BuildArtifactFileBaseName}.txt"

Then I use CMD with the associeted command :

...\Bootloader\serial_flash_programmer.exe -d f2806x -k

....\Bootloader\f28069_flash_kernel.txt -a

....\Bootloader\Example_2806xLEDBlink.txt -p COM4 -b 9600 -v

When I used serial flash programmer from C2000Ware i get this 

it finish correctly , then I passed SW1 in default mode and nothings append after reboot.

When I used serial flash programmer from control suite

 program get stuck in Application Autobaud Successful.

Is CCS configuration to extract hexa file correct?

Why I don't have the save issue when I used 2 differents serial flash programmer?

Any idea to solve my problems ? ( which one is the good one)

Should I try to comment  line #define kernel ( in serial flash programmer) as suggered in other post with visual studio ?

Thanks .

Alain.