cancel
Showing results for 
Search instead for 
Did you mean: 

Error in final launch sequence: Failed to execute MI command

basssiozzz
Associate

Hi,

I can't seem to get rid of this error. I am using the stm32h7b3i-dk board connected from mini-usb to usb on pc. File is present in the target folder. Anyone have any pointers?

 

Error in final launch sequence:

 

Failed to execute MI command:

load /Users/STM32CubeIDE/workspace_1.13.1/LedToggling/STM32CubeIDE/BootROM_ExternalSDRAM_InternalSRAM.Debug/LedToggling.elf

 

Error message from debugger back end:

Load failed

Failed to execute MI command:

load /Users/STM32CubeIDE/workspace_1.13.1/LedToggling/STM32CubeIDE/BootROM_ExternalSDRAM_InternalSRAM.Debug/LedToggling.elf

 

Error message from debugger back end:

Load failed

Failed to execute MI command:

load /Users/STM32CubeIDE/workspace_1.13.1/LedToggling/STM32CubeIDE/BootROM_ExternalSDRAM_InternalSRAM.Debug/LedToggling.elf

 

Error message from debugger back end:

Load failed

Load failed

1 REPLY 1
Rim LANDOLSI
ST Employee

Hello @basssiozzz and welcome to the community,

At first, try to check the proxy settings following these steps:
- Under Window --> Preferences--> Network Connections, activate Native provider
- Under Window --> Preferences--> Firmware Updater, click on Check Connection
don't forget Apply and Close, if the connection works.

Could you, also, try to:
- Power off the target board
- Disconnect the ST-LINK JTAG USB cable
- Re-connect it t the ST-LINK JTAG USB cable
- Power on the target board
- Check the debug configuration settings, such as the SWD/JTAG interface
- Start the GDB server with different port number

I hope this will help!


Thanks,
Rim