Other Parts Discussed in Thread: TMS320F28377S, C2000WARE, UNIFLASH, CONTROLSUITE
Hi,
I am trying to use the serial_flash_programmer to burn an example FW to my LAUNCHXL-F28377S.
The GPIO is configured to SCI communication according to TMS320F28377S_Ref_Manual_spruhx5e.pdf:
Files:
From C2000Ware_1_00_04_00 examples (f2837xs) it took:
1. "flash_programming"
2. "blinky"
Compiled both into .out files using CCS 6.0.1.00040.
Used hex2000 to prepare appropriate file formats for the serial_flash_programmer application with this command:
hex2000.exe -boot -a -sci8 <filename>.out -o <filename>.txt
The resulting files i ran with the serial_flash_programmer, with the following command:
serial_flash_programmer.exe -d f2837xS -k flash_programming_cpu01.txt -a blinky_cpu01.txt -p COM68 -b 9600 -v
After the utility downloads the flash kernel to the device i receive the expected menu and chose the DFU option.
The issue i receive the following error:
I also tried to run the application with the F2837xS_sci_flash_kernel instead of flash_programming_cpu01, it freezes on the autobaud after downloading the flash kernel:
please help,
Thanks and best regards