2008-06-23 09:24 AM
Programming the stm32f103z
2011-05-17 03:37 AM
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.2011-05-17 03:37 AM
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?