Interface CAN with STM32f4 and STM32f091
HI
I am trying to interface Stm32f407board with cjmcu2551 transceiver with tcan1051V module and stm32f091cct6.the clock rate for both controllers(APB1 for CAN=25Mhz) with prescalar=5, time segment1=8 and time segment 2=1 with baud rate 500kbps. i am not able to get CAN communcaition between two. but when 2 stm32f407and mcp2551 transceiver with the same configuration is workling fine. I am using 2 functions HAL_CAN_RxFifo0MsgPendingCallback and HAL_CAN_TxMailbox0CompleteCallback for transmission and reception. i feel that nothing happening on stm32f091 can side. please suggest solutions. thanks
