I'm using the FRDM-MCXN947 canbus loop back example as a starting point for sending and receiving canbus data.
However, when I disable loopback and mix the pins, the mcu still doesn't seem to be connected to the canbus pins.
Data output doesn't get detected on the oscilloscope.
Is there something else that I'm missing g for the loopback example to be able to communicate with other can nodes?
Solved! Go to Solution.
Hi @stevenlutz
I changed the interrupt demo.
I switched the extended can and disable can FD.
You can see that there is data transmission on the CAN bus.
BR
Harry
I've looked at all 3 CAN demos.
Getting the loopback demos to be active on the wire doesn't work when disabling the loopback mode.
Can you advise why?
The interrupt demo also doesn't put data on the wire when switching to extended can and disabling can FD.
Hi @stevenlutz
I changed the interrupt demo.
I switched the extended can and disable can FD.
You can see that there is data transmission on the CAN bus.
BR
Harry
Hi @stevenlutz
If you want to communicate with other CAN nodes using FRDM-MCXN947 board,
You can refer to flexcan interrupt demo.
Hope this will help you.
BR
Harry