2023-04-17 08:47 AM
On an STM32H7, is it possible to configure CubeMX to make a HAL that does not use an ISR? It makes one for Tick to increment the tick counter.
2023-04-17 10:23 AM
If your question means, can HAL_GetTick, HAL_Delay be implemented without SysTick or any other interrupts, then yes.