Part Number: TMS320F2800157
Tool/software:
I am trying to use serial_flash_programmer utility with MDSCNCD2800157 controlCARD.
I have the S4 Boot Mode switches as

I build "led_ex1_blinky", and "flash_kernel_ex3_sci_flash_kernel" which I processed with "hex2000.exe" producing txt files.
>hex2000.exe -boot -a -sci8 flash_kernel_ex3_sci_flash_kernel.out -o flash_kernel_ex3_sci_flash_kernel.txt Translating to ASCII-Hex format... "flash_kernel_ex3_sci_flash_kernel.out" codestart ==> (BOOT TABLE) "flash_kernel_ex3_sci_flash_kernel.out" .cinit ==> (BOOT TABLE) "flash_kernel_ex3_sci_flash_kernel.out" .const ==> (BOOT TABLE) "flash_kernel_ex3_sci_flash_kernel.out" .TI.ramfunc ==> (BOOT TABLE) "flash_kernel_ex3_sci_flash_kernel.out" .text.1 ==> (BOOT TABLE) "flash_kernel_ex3_sci_flash_kernel.out" .text.2 ==> (BOOT TABLE)
I then power on the controlCARD through USB and attempt to send communicate with the F2800157.
This is my first failed attempt:
>serial_flash_programmer.exe -d f280015x -k flash_kernel_ex3_sci_flash_kernel.txt -a led_ex1_blinky.txt -b 9600 -p COM28 -v C2000 Serial Firmware Upgrader Copyright (c) 2013 Texas Instruments Incorporated. All rights reserved. getting comm state building comm DCB adjusting port settings calling f021_DownloadKernel CPU1 Kernel Downloading flash_kernel_ex3_sci_flash_kernel.txt to device... Attempting autobaud to load kernel...
Which hangs on "Attempting autobaud to load kernel..."
Next, I tried without "-b 9600" thinking the autobaud to be suspicious, but still it hangs.
Questions
Should serial_flash_programmer utility with MDSCNCD2800157 controlCARD?
Maybe the USB enumeration of the CDC for the COM port is too slow, and the ROM Bootloader has already exited. It there a timing issue?






