Replies: 1 comment
-
Hi @kadharsh - void SystemClock_Config(void)
+ extern "C" void SystemClock_Config(void) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an STM32G0B1CBT6 board and am trying to get CANFD / FDCAN working. I have STM32CubeIDE code that works, but I am unable to get it to work with Arduino. Here is my code; any help is appreciated.
CubeIDE code
Arduino Code
Beta Was this translation helpful? Give feedback.
All reactions