Getting Started Nucleo-64 STM32L412
I cannot get debugging working through the STM32CubeIDE. I can program the device using the OpenOCD debugger (but stepping through the code gives an error). However, I want to use the ST-LINK GDB server as the debugger, which does not work. I receive the following error:
Target no device found
Error in initializing ST-LINK device.
Reason: No device found on target.
I am incredibly frustrated with the lack of clear material for getting started. I was expecting to purchase the board, install any necessary drivers/tools, install the IDE, and start stepping through an example project. I prefer not to use the uVision IDE and was hoping that I am just not configuring the STM32CubeIDE correctly.
