I’m using a nucleo-l432kc. I posted the .ioc and main.c to the ST community forum. A member compiled and ran the code on a PC using STM32CubeIDE. The PC com port received the “Hello World” message. My Mac compiling in Platformio and running screen as a terminal emulator gets nothing.
Has this been resolved? Is there a “monitor” setting in the platformio.ini I need to set? Something else?
BTW, I made a simple sketch and used the arduino framework. Serial.println(“Hello World”) works fine.