Hardware of Classical CAN bus on Nucleo-H755ZI dual chip only support CAN FD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-04 7:53 PM
Hello everyone, I'm using classical CAN bus mode on Nucleo-H755ZI dual chip (this board only support CAN FD), I chose CAN FD at Classical mode.
I want to ask about hardware, may I use the external module CAN transceiver MCP2551 for classic CAN bus or I must to use module MCP2562FD of CAN FD?
Note: I just need classical CAN bus on STM32 dual core, not CAN FD.
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-05 12:35 AM
Hi,
if you anyway not use CAN FD , you dont need hi speed CAN transceiver , so MCP2551 for classic CAN bus is ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-05 12:35 AM
Hi,
if you anyway not use CAN FD , you dont need hi speed CAN transceiver , so MCP2551 for classic CAN bus is ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-05 6:32 AM
I tested CAN FD classic mode with MCP2551, but it is not working. If hardware MCP2551 correct, it means my code wrong? Isn't it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-14 3:38 AM
@ManhPham wrote:
I tested CAN FD classic mode with MCP2551, but it is not working. If hardware MCP2551 correct, it means my code wrong? Isn't it?
If the HW is ALL OK, there is an issue in the code, it depends on the issue, issue on Tx, on Rx?
Meanwhile you can confirm this this in loopback mode mainly to test your Filters config. If all is OK in loopback mode, and in normal mode is not OK, I can suspect mainly two issues:
- HW issue: transceivers, wiring, terminating resistors etc ..
- Software/config issue:
- Bitrate config
- Clock source selection (needing HSE with a crystal, or any external accurate clock source in Bypass mode)
