Skip to main content
DRook.2
Associate
April 17, 2023
Question

STM32H7, MX make HAL without ISR?

  • April 17, 2023
  • 1 reply
  • 622 views

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.

This topic has been closed for replies.

1 reply

Pavel A.
Super User
April 17, 2023

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