STM32F4 Discovery - Failed inits after pressing reset button
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-03-18 4:16 PM
Posted on March 19, 2017 at 00:16
I'm trying to get the CAN1 on my stm32f4 board to work. The first time I turn the board on, the code works no problem, but when I press the reset button, sometimes I get an error initialising the CAN peripheral.
I've tried calling HAL_CAN_DeInit, before HAL_CAN_Init, but with no success.
What am I missing?
#can #stm32f4-discovery
Labels:
- Labels:
-
CAN
-
STM32F4 Series
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
2017-03-19 7:07 PM
Posted on March 20, 2017 at 03:07
Does the error provide any specificity? Can you determine any from walking the code in the driver?
Can you try reviewing the state of the pins?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
