SW4STM32 + STM3210C-Eval Hello World program
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?