Skip to main content
rwils.1
Associate III
January 18, 2023
Question

STM32L471RGT6 sharing UART4 CTS and JTAG

  • January 18, 2023
  • 2 replies
  • 830 views

The JTAG pin TDI shares functionality with the UART4 CTS function , how do I use CTS and and still program the part with the JTAG connector?

Any help appreciated.

Richard

This topic has been closed for replies.

2 replies

Peter BENSCH
ST Technical Moderator
January 18, 2023

The JTAG pins and therefore also TDI are fixed and cannot be moved. With the STM32L471RGT6, the TDI is shared with UART4 RTS (not CTS), so in this case you have to choose one of the two functions. Alternatively, you could use one of the other U(S)ARTs 1, 2, 3 or 5?

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
rwils.1
rwils.1Author
Associate III
January 18, 2023

Thanks Peter,

I miss typed, I agree it is RTS.

Chris1
Associate II
January 18, 2023

You can program / debug using SWD, which does not require use of JTDI.

rwils.1
rwils.1Author
Associate III
January 18, 2023

That's a good idea!

Thanks