STM32 F7 (HAL) CAN BUS communication not working
Hello,
I have read hall_CAN.c instructions and did everything that is stated there. In CubeIDE I have set Prescaler to 24 and both Quantas to 4 times. My Baud Rate is 250000 bit/s.
I am using two same boards (Nucleo 746ZG) with CAN bus transciver MPC2551. After setting up everything board didn't want to send any can message. After some trouble shooting I have managed to find a bug in HAL library. Now I can send messages but I cannot receive them. I have logic analizer so I can check this data. I think there is a problem in inicialization since I cannot get any message in FIFO callback. Everytime I check there is 0 messages pending.
I cannot figure this out so hopefully someone smarter can help resolve this issue.
Thanks!
