CAN Communication not working between STM32F4-Discovery board and stm32f091cct6 microcontroller.
I am using two different STM23 microcontrollers using 2 MCP2551 in between. However, the CAN Communication is not working between STM32F4-Discovery board and stm32f091cct6 microcontroller.
For the testing purpose, I have check the CAN communication between two STM32F4 discovery boards where it works fine.
After searching lots of debug issue solution like - APB1 peripheral clock frequency matching (42MHz in my case), baud rate for CAN match in both MCUs (500kbps), Common ground to both boards.
I have started doubt if we CAN communicate in between Two different F4 and F0 family MCU board or not?