Hello,
I want to find out if anyone else has encountered this issue and knows a solution.
Using a launchpad kit TM4C1294 (TM4C1292NCPDT processor), I have an application built using ccs which sets up uart0 at 115200bps and then invokes the ROM bootloader call ROM_UpdateUART(). The sflash utility partially programs the flash as evidenced by the downcounting "Remaining Bytes:" count but it freezes at 233560. The application being downloaded is known good as it was previously testing in the same target using ccs (prints hello world on uart 0).
sflash is being called as follows: sflash.exe -c 8 -d -p 0x00 -r 0x3ab85 helloworld.bin
where 0x3ab85 is the same address as the reset vector, the execution point right before main().
I have not been able to get LM Flash Programmer to run due to what is possibly a DLL issue (error message - application unable to start correctly 0xc000007b).
When the above sflash freeze occurs, I have to take the board to another engineer who does have LM Flash working, so that the jtag reset can be done, otherwise neigher ccs, uniflash or sflash can connect to the board with in infamous "clock" error msg.
I am running this on a Lenovo 64bit windows 7 laptop. USB cable is the physical transport for the virtual stellaris com port).
There is no error message I can post because like I said above, sflash just freezes.
Any ideas?