cancel
Showing results for 
Search instead for 
Did you mean: 

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

Shri
Associate II

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

3 REPLIES 3
Cartu38 OpenDev
Lead II

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
Associate II

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
Lead II

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