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...