STM32 CAN Communication isn't occuring
Setup- I am using Platform I/o to upload code to STM32 , Teensy. I am Sending Data from one STM to another STM via CAN and the message that I received on STM I am communicating it through UART to Teensy to Serial print it. I couldn't Serial print using STM directly so I am using Teensy.
Issue- My UART Communication works fine when I remove all the CAN statements from the code but when I write just can.begin(500000) then My Serial monitor prints just S when I said it to print
