Other Parts Discussed in Thread: C2000WARE
Tool/software:
Good day,
I am trying to use the serial flash programmer to program code to Bank0 and Bank1. I modified "flashapi_ex5_lfu_no_reset" from the f28004x examples to work on a f28003x LAUNCHXL board. I built and load the "flash_ex3_sci_flash_kernel.projectspec" in both BANK0_LDFU and BANK1_LDFU build configurations.
I then coped a text file of the "flash_ex3_sci_flash_kernel" for Bank0 and the application firmware for Bank0, for my example titled "flashapi_ex5_lfu_no_reset_F200839C" into the serial flash programmer folder at "C:\ti\C2000Ware_5_04_00_00\utilities\flash_programmers\serial_flash_programmer". I then opened a cmd window and typed in "serial_flash_programmer.exe -d f28003xD -k flash_kernel_ex3_sci_flash_kernel.txt flashapi_ex5_lfu_no_reset_F200839C.txt -b 9600 -p COM8 " and I get the following:
I get 41 == a5. According to other examples I see online a menu of options should appear. Can someone help me on how to flash this board using SCI? The Boot 0 switch (S3) for GPIO 24 is 0 and GPIO 32 is 1. Switch S2 is set to both 0. SEL1 is 0 and SEL2 is 0.
Edit: the a5 was a NAK response because I had the autobaud commented. When I uncommented it, the programmer freezes as shown below:
Edit: When I add -v I get the following:
Cheers,