2026-04-13 10:38 AM
Hi ST community,
I’m working with an STM32H563 MCU and trying to use the pin labeled JTDO/TRACESWO as UART7_RX because the datasheet/alternate function table shows that this pin supports UART7_RX.
However, UART transmission works correctly, but UART reception does not work when using this pin. If I switch to a different pin, both TX and RX function as expected.
Here’s what I’ve checked so far:
My question:
MCU part number: STM32H563RGT6
Package: LQFP64
Pin name: PB7/UART7_RX(55 num Pin)
Toolchain: STM32CubeMX / STM32CubeIDE
Debugger: ST-Link V2
Any guidance would be appreciated. Thanks!
2026-04-15 5:45 AM - edited 2026-04-15 5:47 AM
Hello,
@Jinal wrote:
Pin name: PB7/UART7_RX(55 num Pin)
You mean PB3 not PB7.
Ok but did you disconnect the debugger probe while testing the UART? This pin is used also by the Serial Wire Debug: SWO signal.