Hi,
I'm having issues configuring the CAN bus controller on the MK64F Microcontroller.
I use a FRDM-KE06 to send data over a CAN bus (tested and working on another circuit) and I have to receive data on a MK64FN1M0VLL12 mounted on a custom circuit, the CAN adapter is an MCP2551.
As I try to send data over the bus from the MK64F, no signal is transmitted.
If I transmit from the KE06, I can see data is transmitted, but not received from the K64F and the RxInterrupt is never called.
The configuration is the same and I keep the same component in both cards.
Does anyone have any suggestions?