Hi,
I got a very weird case that I cannot figure out. Please bear with me explaining this.
My project uses TM4C129ENCPDT.
I need to useLwIP. I built my project on a co-worker's exciting project. However, it did not work. The project cannot get IP address, and cannot be found using locator service. I found another working project. With the same code, the project worked. I discovered that the sysTick was not enabled in the not working project. Stepping through code, I found that the ST_CTRL was cleared after executing ROM_SysTickEnable, and ROM_SYSTickIntEnable. While the same code on the working project does not have this issue. Following is the screen capture of the not working project. Why the ST_CTRL was cleared?
I also tried to change the register in the memory window to enable the timer and the interrupt, however it did not work neither.
thanks
Peng

