User Activity

Hello everyone, I am using an STM32F405 for a communication over can. It is receiving the messages on CAN1 and CAN2. For drivers I use STM32_HAL. My initialization procedure goes the following way:Init clocksInit GPIOsInit CANInit CAN peripheralInit ...