I need a little help figuring out how to setup daisy-chaining timers.
I have TM4C1294 LaunchPad kit with tm4c1294ncpdt microcontroller.
I am trying to setup single 64 bit count up timer which is derived from two 32 bit timers let's say timer 1 and timer 2
Timer 1 is sourced by system clock and timer 2 with overflow of timer 1
Goal is to get the behavior as described in http://processors.wiki.ti.com/index.php/SYS/BIOS_for_the_MSP430 paragraph Clock Tick Suppression
Please offer any suggestions only with software setup.
Thanks in advance