Hello Community,
I am trying to send data through can0 bus.
My motto is to verify whether the can module is working or not.
I sent data and verifying through PCAN View. In PCAN View I got PASSIVE error during receiving the data.
I have attached my project and SS, Please have a look and help me to solve the issue.
BR,
Sarwath
解決済! 解決策の投稿を見る。
Hi,
I tried your code on EVB and it was working, message was received on CAN tool.
some example is e.g. in https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-FlexCAN-TX-RX-Error-ISR-test-S32DS2...
BR, Petr
Hi,
most probably you have wrong CAN bit timing. Check if CAN tool use the same setting as your device.
BR, Petr
Hello @PetrS,
I am attaching my settings for your reference.
Any issues in my code to transmit the data. If you have any example for send and receive please share it with me.
BR,
Sarwath
Hi,
I tried your code on EVB and it was working, message was received on CAN tool.
some example is e.g. in https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-FlexCAN-TX-RX-Error-ISR-test-S32DS2...
BR, Petr
I want to send and receive the data through CAN bus.