Skip to main content
Visitor II
September 10, 2024
Question

STM32G473RET3 MCU

  • September 10, 2024
  • 1 reply
  • 577 views

We are using STM32G473 controller for our project, In that MCU, we faced an issue in systick while using the  HAL_Delay() function.We have changed the NVIC preemption priority for Time base systick timer,Still the systick count was not incremented. What could be the reason behind that? can anyone give the suggestions to resolve this issue?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    September 10, 2024

    Hello @Pradeepa_Pugalenthi and welcome to the community.

    Not possible to provide an answer according to your description.

    Did you enable the systick? It was working but after changing the NVIC preemption priority, it is no more working?

    If possible to share code.