STM32F446RE, firmware V1.25.0, HAL driver for CAN doesn't generate rx interrupt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-28 5:01 AM
I've tried numerous of configurations, initialized pins in different modes, but CAN doesn't reach IRQ handler...it should work after "HAL_CAN_ActivateNotification(&hcan1, CAN_IT_RX_FIFO0_MSG_PENDING)" according to library documentation....the driver initializes fine, and I'm able to send messages succesfully...however RX never generates an interrupt..am I missing something
Note: I tried both loopback mode, as well as normal
Solved! Go to Solution.
- Labels:
-
CAN
-
STM32Cube MCU Packages
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-28 11:41 AM
Ok, it seems that you have to configure filter, it won't pass all messages as default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-28 11:41 AM
Ok, it seems that you have to configure filter, it won't pass all messages as default
