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.

F28377S LaunchPad Serial(SCI) Programing

Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28377S

Hi,

Please teach me how to program over SCI.

I'm using F28377S LaunchPad and the two projects of the following.

Kernel project:
C:\ti\controlSUITE\device_support\F2837xS\v180\F2837xS_examples_Cpu1\F2837xS_sci_flash_kernel

Download project:
C:\ti\controlSUITE\development_kits\LAUNCHXL-F28377S\LaunchPadDemo

Then I generate hex file as following.


And I tried the program to use the serial flash programmer, but can not be downloaded.
Because the command prompt freezes on the screen of the following.
(C:\ti\controlSUITE\device_support\~Utilities\serial_flash_programmer)

My command of serial flash programmer:

C:\ti\controlSUITE\device_support\~Utilities\serial_flash_programmer>
serial_flash_programmer.exe -d f2837xS -k F2837xS_sci_flash_kernel_cpu01.txt -a Example_28377SLaunchPad.txt -b 38400 -p COM101

Is this my programming flow mistaken?

Best regards,

Mino.M