Resolved! Issues trying to get USART writing to a console. It only works when I have stlink connected. As soon as I disconnect stlink the output stops. The output does seem to go through USART2_TX (PA9) as disconnecting it stops the output
I am using STM32L010F4 20 pin on a simple breakout board.I am running STM32CubeIde and using a STM32Lc100-disco as my programmer via SYS_SWCLK (PA14), SYS_SWDIO (PA13) and NRST.All works well can get SPI etc running no problem.I mapped USART2_RX to P...