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.

LAUNCHXL-F28027: SCI Flash Issue

Part Number: LAUNCHXL-F28027
Other Parts Discussed in Thread: C2000WARE

I'm trying to flash F28027 via SCI.  I have GPIO34 HIgh, 37 and !TRST LOW.  I compiled the kernel with RAM target and blink example with FLASH target.

When I run the serial flash program is seems to freeze after Application Autobaud.

command:

serial_flash_programmer.exe -d f2802x -k kernel.txt -a flash.txt -p COM14 -b 9600 -v

When I debug serial_flash_programmer it hangs on line 384: ReadFile(file, &rcvData, 1, &dwRead, NULL);

Any ideas?