Skip to main content
4 events
when toggle format what by license comment
Mar 20, 2018 at 10:12 comment added followed Monica to Codidact HAL doesn't requre SysTick, it requires a a working HAL_GetTick() that can somehow figure out how many milliseconds did elapse since the program was started. HAL_InitTick() must be overridden if SysTick is not used.
Mar 20, 2018 at 8:45 comment added a2xia Yep, turns out I was missing the SysTick_Handler() implementation. Adding the Handler function with HAL_IncTick(); solves the "problem". Thanks!
Mar 20, 2018 at 8:45 vote accept a2xia
Mar 20, 2018 at 8:23 history answered Jeroen3 CC BY-SA 3.0