Home > Back-end >  Could not verift ST Device!. Remote GDB Server
Could not verift ST Device!. Remote GDB Server

Time:10-25

I'm trying to debug my st device(STM32F401CCU6) remotely. I'm using raspberry pi 3 for debugger. I had install openocd on RPI. I set everything up in STM32CUBEIDE 1.8.0.

When I debug my code appears this message box. I search a while. I did configure "stm32f4xx.cfg" file for device ID.

RPI3 ready to debug STM32CUBEIDE 1.8.0

CodePudding user response:

I did solve with downgrade from STM32CUBEIDE v1.8.0 to v1.6.0. I can flash program and debug. But there is one more issue. I want to use live expressions when debugging. But it doesn't work like this.

  • Related