Posted on July 04, 2012 at 11:25Hi, I think this is due to segment start address (0xFFFE) which is not 4-byte aligned.Try the following file it should works::020000040800F2:10FFDC00726500000000000000000000000000013D:10FFEC002B01030707DC0A190B640022F...
Posted on April 24, 2012 at 17:19 Hi, The Device ID of the STM32F4xx Rev.Z has been changed to 0x413 (instead of 0x411 for Rev.A). Thus, ST-LINK Utility can't recognize the device ID of STM32F4 Rev.Z (Only Rev.A is supported). This ...
Posted on December 26, 2011 at 16:26Hi,NTRST pin is the reset of the JTAG TAP.It should be connected to the JTAG probe (ST-LINK, J-LINK ...).The external oscillator is not necessary for downloading.Cheers,Marwen
Posted on May 17, 2011 at 13:55Hello hoto, In system_stm32f10x.c, there's a define that should be uncommented to be able to use the external memory: #define DATA_IN_ExtSRAM if DATA_IN_ExtSRAM is not defined, the dummy function declared as weak i...