#include "main.h"
#include "stm32f4xx_hal.h"
/* USER CODE BEGIN Includes */
/* USER CODE END Includes */
/* Private variables ---------------------------------------------------------*/
CAN_HandleTypeDef hcan1;
/* USER CODE BEGIN PV */
/* Pri...
Thank you so much for your answers ..I have no scope to watch bus lines.When I debug the receive side received value before and after start the system (always) equals to 0x00000001 and some times it takes 0x00000004. But there is no error.(it reads ...
Thank you so much TJ i tried again in debug mode TxMailbox is always equals to 0x00000001 and the txdatas are not written in TxMailbox even if the selected mailbox(0) is empty why behave like this Best regards.