Cube IDE - how to enable only UART Tx or Rx without having Cube complaining?
I have a situation where I use all I/O on an STM32L476RG. One of the units only sends UART data, so I want to configure the LPUART for Rx Only to keep the Tx pin free as GPO.
Cube has "Advanced Setting"; I've selected "Receive Only". But unless I enable the transmitter pin, Cube reports an error and refuses to generate code -> so it seems Cube ignores my Advanced Settling? How to get this fixed?
STM32CubeIDE
Version: 1.11.2
Build: 14494_20230119_0724 (UTC)
FW Package = STM32CubeFW_L4_V1.17.2
