ST Link on Lite ARM

Hello,

is it possible to attach an ST Link adapter to the Chipwihsperer Lite ARM?

Regards,
Rainer

1 Like

I have done that by attaching ST-link on the bottom header of the target:


Then I used the st-flash tool to flash the firmware:

st-flash --reset --format ihex write glitchsimple-CWLITEARM.hex

I hope it helped.

Hi Sylvain.
I am now using ST-Link V2 for programming my project to CW308T-STM32F303 board. But as I using st-flash command, I get the error saying : Failed to enter SWD mode and Failed to connect to target .


I don’t know where I do the wrong thing or I should change some configuration on board.

Magnolia