2023-10-25 01:13 PM
I am using STM32H747 Discovery kit. Using FreeRTOS, trying to understand if SysTick->VAL is it in Micro-second?
Solved! Go to Solution.
2023-10-25 10:16 PM
Perhaps check a manual for the CM7 or ST Programming Manual.
Typically clocks at SYSCLK DIV 8, then a 24-bit down-count to get a 1ms interrupt.
2023-10-25 01:35 PM
systick is 1 ms . (HAL)
2023-10-25 10:16 PM
Perhaps check a manual for the CM7 or ST Programming Manual.
Typically clocks at SYSCLK DIV 8, then a 24-bit down-count to get a 1ms interrupt.