Hi, I'm using an STM32F072VB eval board and having issues receiving a CAN message and transmitting the same message to UART. I'm using IXXAT CAN Analyzer and basing my code on the CAN_Networking example which worked fine. I attached my code, any help?
/* Includes ------------------------------------------------------------------*/#include "main.h"#include <stdio.h>#include <malloc.h>/* Private includes ----------------------------------------------------------*/ /* Private variables --------------...