Part Number: TM4C1294NCPDT
Hi everyone!
I 'am using a tiva Launchapd with TM4C1294NCPDT microcontroller and I have this problem, I'm trying to calculate PID values with fixed time using timers or systicks interruptions, when the interruption occur a condition is verified and if it's true calculate and save the values in global variables returning to the main program, but when i start my program it works for few times and stop, i check the configuration of the timers and they are ok and the other part of the program works well without the timers, i dont know why this happen, Can anyone sugest me a way to fix it? Thanks a lot.