2023-05-06 11:22 PM - edited 2023-11-20 06:13 AM
When selecting the connections view in STM32CubeIDE (latest version):
Then adding a serial port:
Then connecting to a UART connection on any of the Nucleo devices:
Then creating the connection:
The second you begin a device in run mode, the serial port connection is reset, as a part of the standard workflow of the Nucleo devices, then at that point, the STM32CubeIDE interface breaks (if you attempt to open the viewer shell using Connections->TEST->right click->Open Command Shell):
This means that you simply don't appear to be able to successfully use this feature to monitor a UART port on a Nucleo (or any MCU device) via a virtual COM port through the USB interface on a Nucleo.
This is infuriating, and I currently have to run PUTTY in order to see the logging output (which is pretty annoying).
Could this PLEASE be fixed ASAP?
The repro is very very simple as above.
Thanks!