''CAN'' between STM32f103RB and STM32f407VG
Posted on March 21, 2015 at 16:01 I set this configuration to communicate between f103 and f4 stm32f407: GPIO_InitTypeDef GPIO_InitStruct; CAN_FilterConfTypeDef sFilterConfig; prtCan.Instance = CAN1; prtCan.pTxMsg = &TxMessage; prtCan....