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.

Writing more than 8kB with LM flash programmer

Other Parts Discussed in Thread: TM4C1292NCPDT, LMFLASHPROGRAMMER, TM4C123GH6PM

Dear,

At our project, we are trying to program a TM4C1292NCPDT with a tiva launchpad tm4c123gxl. This has worked every time except for when the bin file we are trying to program is larger than exactly 8192 bytes (0x2000). I think this is very strange behaviour because the mcu should have 1MiB (0x00100000) flash.

I have tried program address offsets, but the result is the same :

It fails at around 70%, then says  **ERROR**: Programming error 0x1. Then when checking the flash against the bin file the verify fails exactly 0x2000 after the program address offset.

Using SWD instead of JTAG makes no difference.

Could it be the ICDI of the launchpad that fails?

I also have tried 'unlocking the debug port' for tm4c129 classes, but that also fails with the following error: **ERROR** failed to unlock connected device!

Thank you in advance,

Jasper