2010-02-04 02:15 AM
System Bootloader for STM32F107xx
#dfuse-v3.0.0 #stm32 #stm32-usb-flash-update #bootloader2011-05-17 04:38 AM
Is there a way to flash the board using ST-Link JTAG and KEIL/IAR IDE? How can we make use of this board?
I am little confused about the usage?2011-05-17 04:39 AM
Hi,
Could you please let me know how did you dump the system memory and found the VID and PID of the device?2011-05-17 04:39 AM
I use JTAG and IAR IDE for flash chip on board. You can also replace chip on the newer one and use for flashing Flash Loader Demo(for USART connection) and dFuSe(for USB connection).
I dumped system memory with IAR IDE in debug mode. System memory have adresses 0x1FFF B000 - 0x1FFF F7FF (See Memory Maping in DataSheet for STM32F107xx (Doc ID 15274 Rev 4 page 30)), VID (0x0483) have address 0x1fffeae8 and PID (0xdf11) have address 0x1fffeaea. VID and PID I took from STDFU.inf - inf file from driver folder for STM Device in DFU Mode.2011-05-17 04:39 AM
Hi,
I have attached the system memory dump in Motorola and Intel format. Could anyone please let me know whether my board has system bootloader or not?2011-05-17 04:39 AM
Hi Devi,
I compared with mine, and it doesn't seem to match. It is certainly a bootloader, but I think it is an older version...2011-05-17 04:39 AM
2011-05-17 04:39 AM
Could anybody please help me, especially Moderator for STM32?
I am stuck in this.