2017-02-03 12:58 PM
I am evaluating an STM32 chip with CAN with respect to the CAN enabled bootloader.
I have programmed for years on the TI CCS IDE on ARM4s. SW4STM32 is a similar IDE.
I have SW4STM32 installed. I have the STM3210C connected via USB.
I get the following when trying to debug:
----------
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: The system tried to join a drive to a directory on a joined drive.
localhost:3333: The system tried to join a drive to a directory on a joined drive.
----------
I am trying to get to the point where I can set a breakpoint on the first statement in main().
I have attached screen shots of my debug configuration settings, where I would guess my settings are not correct.
Might someone suggest what I have amiss?
Where may I find some SW4STM32 quickstart documentation? Especially for the STM3210C-EVAL?
Solved! Go to Solution.
2017-03-23 06:36 AM
I apologize for not closing this thread earlier. It turns out the sales rep did not give me the necessary emulator. I assumed the emulator was embedded on the eval board. It was not. Once that significant issue was resolved, I was emulating in minutes.
2017-02-04 12:35 AM
Hello John
I have moved your thread to the
‌ where someone should be able to assist you.Thanks
Oli
2017-03-22 07:59 AM
Hi,
I think that this error is due to the pending debug session and may be you
have many active gdb instances
.So,
you need to close them from debug perspective (
Window > Open Perspective > Other >Debug
), then from 'Debug view' you should terminate/remove all active sessions and be sure
that all debug session are off.
You would refer to the
http://www.ac6-tools.com/content.php/content_SW4MCU//lang_en_GB.xphp
Imen
2017-03-23 06:36 AM
I apologize for not closing this thread earlier. It turns out the sales rep did not give me the necessary emulator. I assumed the emulator was embedded on the eval board. It was not. Once that significant issue was resolved, I was emulating in minutes.