64-bit timer in STM32L4S5ZI
Hi,
I am using STM32L4S5ZI which has only a timer with maximum capacity of 32-bit. The DWT(Data Watchpoint Trigger) is somehow not available because when I check for DWT->CNT it always shows 0. So I needed a 64-bit timer for my application which keeps on running and I can read it whenever I need the time.
Is there any way by means of which I can somehow use the 2 32-bit timers available and make them together as a single 64-bit timer?
I do not want to use the Period_elapsed interrupt and keep track of the overflown time. So please let me know if I have any other way possible..
Thanks
