STM32L010 - printf debug
Hello together,
I developed a PCB with the STM32L010RBT6 on it and I would like to debug with printf. I connected the SWD Pins (3.3V, SWCLK, SWDIO, GND, NRST) to my Nucleo F446RE kit for SWD debugging. So far so good I can now debug in the CubeIDE but I can't read any of my printf statements. Is there any chance to printf debug on that Cortex-M0?
I tried to connect to the serial communication with the CubeIDE included "SWV ITM Data Console" and with my terminal but never read something out of it.
I would appreciate any help or tips. Thank you!