Receive CAN msg in interrupt mode with STM32F105 mcu
Posted on July 07, 2017 at 19:40Hi everyone,I'm trying to receive a msg via CAN-bus in interrupt mode with STM32F105 mcu. I set the CAN filter so that only 0x0106 and 0x010A IDs are allowed. This is the first time I use this microcontroller so I'm n...