Trouble with CAN Interrupt and Free RTOS
I am having issues with the use of HAL_CAN_RxFifo0MsgPendingCallback. I've set every configuration (filter, start, interrupt, notification, and priority), but the function doesn't seem to be called at any time.Most of the code is generated from the cube Ide besides the implementation of the callback funtion and the filter.The filter is supposed to let every message get through.
I've tested without the interrupt with FreeRTOS, and with the interrupt without FreeRTOS, and it worked. What could I be missing? I've also tested in loopback and normal mode, but it didn't make a difference. Additionally, every other function that I created worked fine.
