Debugger unable to start in STM32CUBE IDE throws the Error 193 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-11 3: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
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-13 9: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 ….
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-14 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-14 7: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....​
