How to get ARM semihosting to work on STM32CubeIDE
I just started using STM32CubeIDE, and was able to get a blinking LED and getting some UART communication going in no time with a NUCLEO-L476RG eval board.
I am trying to follow the examples in the book "Mastering STM32" by Carmine Noviello, but I am a bit stuck on the ARM Semihosting section. I have tried a couple of things, but I don't know how to get printf() to work for instance in the STM32CubeIDE. Any advice on getting these functions to work so the output is parsed to the UART2 interface would be really appreciated :)
