cancel
Showing results for 
Search instead for 
Did you mean: 

Programming the stm32f103z

hurwitze
Associate II
Posted on June 23, 2008 at 18:24

Programming the stm32f103z

2 REPLIES 2
st3
Associate II
Posted on May 17, 2011 at 12:37

Quote:

Can I use the same programmer to program the stm32 microcontroller?

In theory, yes - as JTAG is an industry-wide standard.

In practice, it is highly unlikely - because the SiLabs drivers will certainly not work with any STM32 tools.

You will need to choose a JTAG adaptor that is supported by your chosen STM32 toolchain, or buy a devboard with built-in JTAG.

hurwitze
Associate II
Posted on May 17, 2011 at 12:37

Hi,

I am used to dealing with Silabs 8 bit microcontrollers and have the Keil compiler as well as the Cygnal Serial adapter EC2 to load the code into the flash memory.

Can I use the same programmer to program the stm32 microcontroller?

Do I just connect the JTAG pins to a 10 pin header as described by the adapter?

Is it possible to use a command-line program such as flashUtil or nmake to load the code?