Hello everyone,
I have found the solution to my problem.
The issue was the initialization order. For the FlexCAN_T4 library, it is critical to call CanBus.begin() before calling other configuration functions like setBaudRate() or...
Hello,
I am having an issue where my Teensy 4.1 hangs when CanBus.begin() is called from the FlexCAN_T4 library. The loop() function is never reached.
I have performed extensive debugging:
The issue occurs on two different Teensy 4.1 boards...