cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7, MX make HAL without ISR?

DRook.2
Associate II

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.

1 REPLY 1
Pavel A.
Evangelist III

If your question means, can HAL_GetTick, HAL_Delay be implemented without SysTick or any other interrupts, then yes.