Hi,
I met this reset problem on my project. And I attached JTAG to dig the issue, I found it always got break in _TI_decompress_rle and _TI_zero_init. I also searched the solution in the forum and I guess the issue can be solved by disable watchdog before main(), just like this post:http://e2e.ti.com/support/development_tools/compiler/f/343/p/162429/595497.aspx#595497
But this post is for MSP430, my project is on TM4C1231H6PM. I can't find pre_init.c in the compiler lib.
So my question is how to disable watchdog before main() on TM4C1231H6PM.
thanks
Gavin