2023-06-12 12:58 PM - edited 2023-11-20 03:24 AM
Hello I tried to receive any CAN signal on my device based on STM32F303CCT6. Maybe you have solution :), CAN pins are remapped on PB9 and PB8 pins by STMCubeMX configurator
Below my code (main.c):
https://pastecode.io/s/7av2ge6m
and my settings in configurator:
I also set CAN RX pull HIGH using the internal pull-up, like in the tutorial https://controllerstech.com/can-protocol-in-stm32/
Thanks for help