2024-11-11 10:29 PM - last edited on 2024-11-14 7:30 AM by Andrew Neil
In SPC5 Studio, I have an example of CAN communication using the SPC58xGxx board. When loopback mode is enabled, the transmission works correctly. However, when I disable loopback mode, the transmission fails.
Could you provide guidance on how to successfully transmit CAN messages without using loopback mode? Additionally, I would like to know how to monitor the CAN signals using Peak-CAN.
Solved! Go to Solution.
2025-04-22 2:16 AM - edited 2025-04-22 2:17 AM
Hi jmary,
I was setting wrong clock configurations because our board is different.
If you want to work CAN with NO LOOPBACK, configure your clock according to your board.
It may work, I solved the problem in similar way.
2024-11-14 7:11 AM
Hi @praveenaher
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
Regards,
Billy
2025-04-21 9:17 PM
What the solution for this issue? I faced the same problem with my device.
2025-04-22 2:16 AM - edited 2025-04-22 2:17 AM
Hi jmary,
I was setting wrong clock configurations because our board is different.
If you want to work CAN with NO LOOPBACK, configure your clock according to your board.
It may work, I solved the problem in similar way.
2025-04-22 4:34 AM
yes, I already found the solution also. correct, the bitrate not match between the device and the usb-can converter I use.