Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • After some debugging and head bashing I figured out what my problem was. CLion has a menu for modifying the debug configurations for a given target. In the "Advanced GDB Server Options" I tried adding the monitor reset command but that did not function as expected. I had to use the following Clion gdb init script to get the jlink to actually run the monitor reset command. Clion gdb-monitor commands In my project directory I have a file titled ".gdbinit" that contains the same commands listed in …

  • I believe I have the same or a similar issue. My setup consists of a custom PCB with an STM32L476RG as the target. I am also using CLion, but am using v7.22 of the Segger suite of tools. This error seems to occur on several versions as I have tried several others with the same result. My output looks like this: Source Code (93 lines) I did some experimenting and found a workaround that allows me to continue development: 1. Open up a Jlink Commander window and connect to the board. 2. Reset the t…