Hi,
i am newbie in S32K1 Platform
I try to get can-bus communication on S32K144 demo board.
I start with FlexCAN_Ip_example_S32K144 in loopback and change to normal operation and map the CAN0 RX TX pin but nothing out of TX pin.
This is the main code:
Solved! Go to Solution.
Hi,
there can be several reasons why it does not work. Ideally is to measure TXD/RXD/and CAN bus lines with scope/analyzer and read module MCR/CTRL1/ECR/ESR1 registers to see module status and if any error are detected.
If you do not see anything on TXD pin, common issues are
- pin initialization
- CAN transceiver status. On EVB be sure SBC's CAN transceiver is active. Power EVB by external 12V
BR, Petr
Hi,
there can be several reasons why it does not work. Ideally is to measure TXD/RXD/and CAN bus lines with scope/analyzer and read module MCR/CTRL1/ECR/ESR1 registers to see module status and if any error are detected.
If you do not see anything on TXD pin, common issues are
- pin initialization
- CAN transceiver status. On EVB be sure SBC's CAN transceiver is active. Power EVB by external 12V
BR, Petr