Skip to main content
CKuo.2
Associate
October 3, 2022
Question

CAN Bus Flow Control on STM32H7

  • October 3, 2022
  • 2 replies
  • 1183 views

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

This topic has been closed for replies.

2 replies

mƎALLEm
ST Technical Moderator
October 3, 2022

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

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
CKuo.2
CKuo.2Author
Associate
October 4, 2022

OK, Thanks for help.