[STM32L4][RTOS] Need a 32-bit register as a counter for RTOS's system tick
Hi everyone,I'm using STM32L4R9 to develop product which run on RTOS kernel. Previously, I used a other Cortex-M4 chip run on RTOS platform in tickless mode, a 32 bit timer counter is used for calculate RTOS tick and this timer-counter able run on lo...