Skip to main content
Shri
Associate II
January 11, 2020
Question

Debugger unable to start in STM32CUBE IDE throws the Error 193 ?

  • January 11, 2020
  • 3 replies
  • 2469 views

Hello all STM32 Lovers,

I am developing a project in STM32CUBE IDE 1.2.0 for my old STM32VL Discovery Board(STM32F100RBTX) that is connected to the old Nokia LCD everything is working perfectly fine (code generation, compiling, building) but I don't know why debugger is not started.

Whenever I try to debug the project than it throws me an Error 193:

Error in final launch sequence:

Failed to execute MI command:

-exec-run

Error message from debugger back end:

Error creating process C:\stm32_shri\Nokia_tst\Debug\Nokia_tst.elf, (error 193).

Failed to execute MI command:

-exec-run

Error message from debugger back end:

Error creating process C:\stm32_shri\Nokia_tst\Debug\Nokia_tst.elf, (error 193).

I am attaching the complete project as well as the image please suggest me what should i do?

I am using Windows10 OS.

0690X00000BvsLpQAJ.png

 0690X00000BvsOtQAJ.png

Thanks in advance

Shrikant Vaishnav

This topic has been closed for replies.

3 replies

Cartu38 OpenDev
Graduate II
January 13, 2020

Issue might be "my old STM32VL Discovery Board". From my memory such board is STLink v1. Maybe such is not supported by STM32CubeIDE.

Popup dialog is claiming not supported ….

Shri
ShriAuthor
Associate II
January 14, 2020

Dear but if I select debug as C\C++ project than it should work because it has nothing to do with hardware (if i am not wrong)? But in this case it also not works

Cartu38 OpenDev
Graduate II
January 14, 2020

C/C++ and embedded dev. ... no magic here. If you are expecting to debug you need some target hardware link or some hardware emulator....​