User Activity

I'm using STM32CubeIDE/MX to program and debug a simple demonstration of UART on the B-L475E-IOT01A development board (with integrated STM32L475VG). The code is straightforward (and autogenerated, apart from the hello world message).Probing the pins ...
I'm trying to get a very simple example working with the DAC on the STM32L475VG in the B-L475E-IOT01A development board. I've generated the code below with STM32CubeMX for use in STM32CubeIDE. I can see the DAC register values changing, and LD1 blink...