2020-01-11 03:08 AM
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.
Thanks in advance
Shrikant Vaishnav
2020-01-13 09:32 AM
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 ….
2020-01-14 06:11 AM
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
2020-01-14 07:03 AM
C/C++ and embedded dev. ... no magic here. If you are expecting to debug you need some target hardware link or some hardware emulator....