HAL_Delay hangs up in infinite loop
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-04-09 2:32 AM
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 discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-15 10:19 AM
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.