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.
I need to program the TM4C1230D5PM remotely via a raspberry pi.
The sflash.c program from TivaWare_C_Series-2.2.0.295 doesn't appear to parse the hex file generated by code composer.
Is there documentation on how to take the hex file and generate the correct download commands to interact with the ROM debugger on the TM4C?
Hi Jeffrey,
I think sflash.c only takes .bin file as input. In CCS you can generate a .bin file. Please see below. Actually, if you look at any TivaWare CCS example projects (e.g. blinky) you will see this post-build step that generates the bin output.
Charles, that was a very helpful suggestion. It turns out that the hex file converter has a binary output as an option. I would not have looked for that without your comment