2012-08-25 08:16 AM
hi , i want to build a stm32 jtag programmer . i find lpt jtag circuit . but i can't find software.
why this forum-> *bad interface *not friendly interface #credit-where-it's-due #lmgtfy #no-such-thing-as-a-free-lunch2012-08-27 01:39 PM
You could download the ST-LINK tools, which can be used to erase, program, etc.
For a development IDE, you could download an evaluation version of Keil, Rowley, or IAR, which have drivers for the ST-LINK. ST's assumption is that you will pull resources from the web, as pressing and packaging a CD add to the cost of the board.http://www.st.com/internet/evalboard/product/252419.jsp
2012-08-30 05:47 AM
stm32s have an embedded bootloader.
so if you want to keep it cheap, if you buy a board with a usb connector, you only need an usb cable + free dfuse software. if you want to develop software, a jtag dongle is of course much better.2012-08-30 06:18 AM
let us get a few things clear
do you want to program or program and debug ? if debug which software do you use to create the code ? Erik