CAN Legacy with STM32F042, STM32Cube Version 5.3.0, FW V1.10.
I wanted to use the CAN Legacy Driver like i did it in my old STM32F103 Project (Same Cube Version. latest Firmware) but i failed.
I copied the Legacy CAN-Module to the Driver Source-Path, the Legacy Include's were already included.
But what should i do now? In the old Project i only enabled the Legacy Driver in the HAL_conf.h, but this Fails with the STM32F042.
What is the way to enable it here, or is there anywhere a good example how to ust Interrupt Receive with the new Driver??
