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.
-
[SOLVED] Debug session unexpectedly silently fails to flash target (STM32H7) ("RAM check failed")
PostHi Shino, thanks for your post. The following setting in the CLion GDB run/debug configuration seems to do the trick: forum.segger.com/index.php/Attachment/5381/ From the console: Brainfuck Source Code (22 lines) HTH, mwb
-
[SOLVED] Debug session unexpectedly silently fails to flash target (STM32H7) ("RAM check failed")
PostHi all! I are developing software for an ST STM32H7* based MCU. Unfortunately flashing the target using a J-Link Ultra+ debugger probe fails to flash the target. I don't think it's relevant but I am using the CLion IDE and have added the GDB server from STM32CubeIDE: GDB Server: C:\ST\STM32CubeIDE_1.8.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.jlink.win32_2.1.0.202204211145\tools\bin\JLinkGDBServerCL.exe GSB Server args: -device "STM32H7[...]" -if swd -speed 24000 -port 45102 …