2021-09-01 12:29 AM
Hey guys ,
I am trying to program custom stm32 board using stm32lorwan module using stlink v2 pins. I have configured debugger as followed.
Can you tell me debug configuration?
>>Connect to remote GDB server , port no 61234
>>debug prob , stlink (stlink gdb server)
>>Interface , SWD
>>Access port, 0-cortex,m0plus
>>Reset behaviour , Software system reset
>>Debug In low power modes, Enable
>>Suspend watchdog counters, Disable
Below is issue that I am having.
Error in final launch sequence:
Failed to execute MI command:
target remote localhost:61234
Error message from debugger back end:
localhost:61234: The system tried to join a drive to a directory on a joined drive.
Failed to execute MI command:
target remote localhost:61234
Error message from debugger back end:
localhost:61234: The system tried to join a drive to a directory on a joined drive.
localhost:61234: The system tried to join a drive to a directory on a joined drive.
Solved! Go to Solution.
2021-09-02 09:26 PM
There was setting error in debug configuration. I changed setting from software system reset to connect under reset , and its working fine now.
2021-09-02 09:26 PM
There was setting error in debug configuration. I changed setting from software system reset to connect under reset , and its working fine now.