I am using iMX8mq. I connected a module named MCP2515 (SPI to CAN converter) to SPI interface of iMX8. Linux kernel recognized the module as CAN0 (found by ifconfig). Is it possible to send/read data via CAN bus on Java Android Application?
已解决! 转到解答。
yes, you can, for more information, pls refer to the link as below:How to check if SPI is working?
https://community.nxp.com/thread/480207
在原帖中查看解决方案
refer to the imx8M Reference Manual, imx8M doesn't have flexCAN
Hi Joan Xie,
I use SPI to CAN converter. is it possible?