Search found 2 matches
- Thu Feb 11, 2021 12:47 pm
- Forum: General discussion
- Topic: HAL wrapper library crashes due to interrupt issue
- Replies: 2
- Views: 3972
Re: HAL wrapper library crashes due to interrupt issue
I have implemented the corresponding HAL_CAN_RxFifo0MsgPendingCallback function but by any unknown reason when notification is activated it crashes going to an infinite loop.
- Thu Feb 11, 2021 3:32 am
- Forum: General discussion
- Topic: HAL wrapper library crashes due to interrupt issue
- Replies: 2
- Views: 3972
HAL wrapper library crashes due to interrupt issue
HiI am trying to re implement CAN library to run on STM32F405RTG6. I have been able to get my implementation to work properly for sending messages but when I turn on notifications, if there are messages to receive it hangs. It happens indistinctly when there are messages generated by another device ...