Debug modes
I noticed that STM32CubeMX2 (DEBUG features page) offers only three debug modes: JTAG 4‑pin, JTAG 5‑pin, and Single Wire Trace Asynchronous.
In many practical cases, developers use only the SWCLK and SWDIO lines to save pins, so the absence of a simple Serial Wire option (without Trace) seems to be a limitation of the current STM32CubeMX2 release.
This option is still available in STM32CubeMX1 when working with similar MCUs, such as the STM32H5 series.
Is this understanding correct?
