Part Number: TMS320F28075
Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28069, C2000WARE
I have problem to flash my TMS320F28075 (100-pin) via SCI. I follow TI documentation SPRABV4B.
I modify F2837xD_sci_flash_kernels_cpu01 example from controlSUITE, remove CPU2 function, the program compiles fine.
configured GPIO72 = 0, GPIO84 = 1, TRST = 0 to enter SCI boot mode. GPIO84 as Tx, GPIO85 as Rx, checked by echo back, SCI line is OK.
Then, Use serial_flash_programmer.exe with txt file. However, the cmd stuck at :
"calling f021_DownloadKernel CPU1 Kernel
Downloading kernels.txt to device. . . "
What did I miss here?
FYI : I already tried the serial_flash_programmer.exe for flashing TMS320F28069. Follow every steps of SPRABv4B, go to sci boot, and works fine.
PS : Also used C2Prog to verify the problem, F28075 flashing by JTAG is OK, but when using SCI, I stuck at "Bootloading . . . failed (no response)!".
I guess, I missed something on SCI boot configuration, but don't know what is the problem.