2021-06-14 12:06 PM
Hello, I have a big doubt. I have a STM32F746Z microcontroller and I want to use the CANBUS peripheral connected to a MCP2551.
The MCP2551 datasheet specifies that the communication lines with the microcontroller work with 5V voltages and the STM32F746 datasheet doesn't specify if it tolerates those voltage levels. Considering that the microcontroller is powered with 3.3V, I don't know if I risk damaging the micro.
2021-06-14 01:52 PM
>>STM32F746 datasheet doesn't specify if it tolerates those voltage levels.
Pretty sure it explicitly states CAN1_RX/CAN1_TX are "FT" pins
2021-06-14 01:55 PM
Consider perhaps using an SN65HVD230, like the STM32F7x6G-EVAL board does
https://www.ti.com/product/SN65HVD230
2021-06-14 09:16 PM
Thank you very much for the information ... now I am reviewing the datasheet of the component that you recommended. Thank @Community member ..!!
2021-06-15 11:58 AM
I am using the MCP2562 because it works from 1.8V to 5.5V. My board voltage is 3.3V
The MCP2561 should work also.