Part Number: TM4C1290NCPDT
Tool/software: Code Composer Studio
Hello
At the moment I have the problem with the flash_pb file ... the TM4C stop working depending of the flash_pb file that I link to the project.
if it is link to the ti\TivaWare_C_Series-2.1.4.178\utils them it does not work
but if I link to other file "Local " it work ... I just merge both file to see the difference and I found out only 1 lines different :
FlashErase((uint32_t)pui8New); VS MAP_FlashErase((uint32_t)pui8New);
but the main problem is that in some project it work in other project it does not work ... the devices reset for wdt during FlashPBSave.