Is it possible to Connect an STM32H745ZI-Q(after configuring the CAN Engine) to a CAN Bus operated at 24 Volts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 2:49 AM
Hello ST Community and Experts,
I have an STM32STM32H745ZI and i have programmed it to send and receive some CAN messages from an other STM32 F446RE Nucleo Board. I would like to know if i can use STM32STM32H745ZI to connect to a different CAN Busnoperated at 24 Volts? I was unable to find the details in the technical specification regarding the above point.
Thanks
Krishna
Solved! Go to Solution.
- Labels:
-
CAN
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 3:11 AM
The CAN bus itself is not operated at 24V, but is using voltage levels below 5V, as you can read e.g. in the Wikipedia article. Please check the datasheet of your CAN transceivers to ensure that they can withstand this voltage on their data lines.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 3:11 AM
The CAN bus itself is not operated at 24V, but is using voltage levels below 5V, as you can read e.g. in the Wikipedia article. Please check the datasheet of your CAN transceivers to ensure that they can withstand this voltage on their data lines.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-27 12:38 AM
Sorry for the late response. Thank you for the Answer @Peter BENSCH​
