hi i am using STM32f746zg microcontroller with CANBUS i want to establish communication between CAN1 and CAN2 where CAN1(master) will send and CAN2(slave) should receive. CAN1 is transmitting perfectly but it is not receiving at CAN2 ..
can anyone help me with the code ....thanks in advance here is my codestatic void MX_CAN1_Init(void){ /* USER CODE BEGIN CAN1_Init 0 */ /* USER CODE END CAN1_Init 0 */ /* USER CODE BEGIN CAN1_Init 1 */ /* USER CODE END CAN1_Init 1 */ hcan1.Instance =...