Hi,
is it possible to use the clock of the hibernate module of TM4C123 without entering hibernation. I would like to put a timestamp on some data, logged to a USB/SDC/PC. I would like to use an RTC for the data logging, but the board is not equipped with external clocks. I saw that the hibernate clock is the only one I can use as a real-time clock, but I don't want to enter hibernation mode every time I want to log data to a USB.
If I can't use it, how can I count elapsed time, using the system clock?
I am new in this microcontroller handling area, so be patient with me please.