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