Skip to main content
PKAci.1
Associate II
December 17, 2020
Solved

STEVAL-SPIN3201 SWD Programming

  • December 17, 2020
  • 1 reply
  • 1040 views

STEVAL-SPIN3201

After looking at the schematic i can see that there is a second MCU to 'control' the STSPIN32F0. 

This second MCU has a STLINK connector for programming. My question is ; Is it possible to program the STSPIN32F0 directly and not have to use a second MCU. I am looking to program the STSPIN directly and not use any 'ready made' firmware. Is this possible with this evaluation board ? With this set up i dont see any way to utilize the hardware features of the integrated MCU within the STSPIN.

This topic has been closed for replies.
Best answer by Vangelis Fortounas

Hello

This eval board contains a STLink(stm32cbt6) that means STSPIN32F0 can be programmed and debuged by USB cable with your custom firmware and without any extra hardware tool.

The connector you mention is for programing STLink (UM 2154)

1 reply

Vangelis Fortounas
Associate II
December 18, 2020

Hello

This eval board contains a STLink(stm32cbt6) that means STSPIN32F0 can be programmed and debuged by USB cable with your custom firmware and without any extra hardware tool.

The connector you mention is for programing STLink (UM 2154)

PKAci.1
PKAci.1Author
Associate II
December 18, 2020

Thank you !