Hi, I've never used timers before so I have a few questions regarding them. I'm working with the TM4C1294XL launchpad.
My problem is to keep track of when a function was last called, and I was planning to use a timer to clock the current time into a global variable, transfer it to a prev_time variable after done using it, and then clock the current time again during the next call of this function and finds out how long it's been since it was last called. Would using the RTC mode be the right thing to do in this situation? Also, does putting the launchpad into hibernate mode still allows the RTC clock to keep running?
Sorry for the newbie question. And thanks in advance for any help I can get.