2021-05-19 02: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.
2021-05-19 03: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
2021-05-19 03: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
2021-05-27 12:38 AM
Sorry for the late response. Thank you for the Answer @Peter BENSCH