Skip to main content
JulienD
Associate III
April 9, 2015
Question

HAL_Delay hangs up in infinite loop

  • April 9, 2015
  • 1 reply
  • 465 views
Posted on April 09, 2015 at 11:32

Hi,

I'm trying to port ble sensor demo to System workbench on nucleo F411RE.

Everything now compile fines but nothing happens when executing.

Step by step execution shows that HAL_Delay causes an unhandled exception and I

definitly don't understand why.

I don't know if it helps but a first call to HAL_Delay performs ok. The second one doesn't.

It's my first time with stm32 so any idea is welcome.

Thanks

Julien

    This topic has been closed for replies.

    1 reply

    JulienD
    JulienDAuthor
    Associate III
    May 15, 2015
    Posted on May 15, 2015 at 19:19

    Ok, found that an interruption routine was not implementing causing

    an error then jump to the last irq of a switch case which is wwdg even.