Error in final launch sequence
Please can you assist me. I am using a custom STM32F103C8T board but am getting the following error:
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
I am searched through all the suggested fixes but have found none that works.
My .cfg file is as follows:
source find interface/stlink-v2.cfg
set WORKAREASIZE 0x5000
transport select “hla_swd”
set CHIPNAME STM32F103C8Tx
source find target/stm32f1x_stlink.cfg
reset_config none
The strange bit is that if I try to use the NUCLEO-F401RE everything works fine and as expected.