2011-09-01 12:07 AM
Where can I find information how to program an STM32 through the SWD interface?
2011-09-01 05:10 AM
Try looking at some open source JTAG projects. Programming it this way is non-trivial.
Segger might have off the shelf tools for this, and driver libraries/api. ST has some programming utilities aimed at automation. And coding for the serial port system boot loader is fairly trivial.2011-09-07 10:17 AM
Our Versatile Handy Programmer, EP968, support program STM32, both SWD interface and UartISP interface, hope to helpful to you.
James Peng2011-09-07 10:58 AM
Our Versatile Handy Programmer, EP968, support program STM32, both SWD interface and UartISP interface, hope to helpful to you.
Hi James, what's the pricing on that look like?2011-09-09 01:30 AM
Hi clive 1:
It's 1280RMB in china, less than 200$/PCS. STM8S(SWIM) full series,STM8L(SWIM) full series,ST7FOXAxxx(ICC) is also support at this price. James Peng www.mcuisp.com2011-09-09 04:07 AM
I use the STM32VL-Discovery ST-Link for SWD debugging and firmware upload. The Discovery board costs £9 in the UK.
It works well on Windows, Linux and Mac OS X.2011-09-09 04:40 AM
Hello,
Never tried it, but I know STVP (ST Visual Programmer) comes with a complete API to automate programming, and it supports JTAG and SWD via the ST Link.ST Link utility also has an automatic mode.Thomas.2011-09-09 06:36 AM
I use the STM32VL-Discovery ST-Link for SWD debugging and firmware upload. The Discovery board costs £9 in the UK.
I think the OP is asking about the signalling protocol, and sequencing, presumably to do production programming. The ST-LINK is not a particularly ''industrialized'' solution.
2011-09-09 07:31 AM
I assumed that it was a general question about programing via SWD.