2022-10-03 04:36 AM
I will use STM32H753 to design the CAN bus circuit.
I saw the CAN TX and RX but couldn't find out the flow control pin.
Some chips call it nSTB or S.
Could you tell me which gpio I can use?
PS: the transeciver I will use is SN65HVD1050-EP
2022-10-03 04:55 AM
Dear @CKuo.2
You can use any GPIO as Output push-pull to drive STB pin. This signal is not a part of the CAN peripheral.
It's up to the user to manage it.
SofLit
2022-10-03 05:47 PM
OK, Thanks for help.