How to flash firmware: Difference between revisions

From STorM32-BGC Wiki V1
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:


'''Comment:''' neither a 5V nor a 3.3V nor any other power pin on the usb-ttl adapter is used... only three wires running from adapter to board<br/>
'''Comment:''' neither a 5V nor a 3.3V nor any other power pin on the usb-ttl adapter is used... only three wires running from adapter to board<br/>
'''Comment:''' for v0.17/v1.1 boards the pin assignment differs, see [http://www.olliw.eu/storm32bgc-wiki/index.php5/Boards]
'''Comment:''' for v0.17/v1.0 boards the pin assignment differs, see [http://www.olliw.eu/storm32bgc-wiki/index.php5/Boards]


'''4.''' the board should be powerd via the USB plug or through a battery/power supply connected to the BAT pins
'''4.''' the board should be powerd via the USB plug or through a battery/power supply connected to the BAT pins

Revision as of 20:39, 15 March 2014

The following describes the process of flashing firmware onto v1.1 and later boards.

Flashing firmware using a usb-ttl adapter

1. you need a standard usb-ttl adapter (FTDI, CP2102,...), ensure that it's working (drivers installed etc.)

2. you don't have to worry if it's a 5V adapter or not, the pins we're going to connect the adapter to are 5V tolerant

3. the adapter has to be connected to UART1, which is NOT the port labelled UART on the board, the correct pins are found on the port labelled RC! Namely:

RC-GND = GND -> connect it to GND of the usb-ttl adapter
RC-0 = Uart1-Rx -> connect it to Tx of the usb-ttl adapter
RC-1 = Uart1-Tx -> connect it to Rx of the usb-ttl adapter

Comment: neither a 5V nor a 3.3V nor any other power pin on the usb-ttl adapter is used... only three wires running from adapter to board
Comment: for v0.17/v1.0 boards the pin assignment differs, see [1]

4. the board should be powerd via the USB plug or through a battery/power supply connected to the BAT pins (only experts who know what they're doing should use any of the 3.3V pins on the board)

5. run the GUI and go to the "Flash Firmware" tab

6. select the correct board and desired firmware version from the selectors, or browse to a specific hex file

7. select "System Bootloader @ UART1" in the STM32 programmer field

8. select the COM port which your usb-ttl adapter is connected to

Comment: if you're not sure which the correct COM port is, then disconnect the usb-ttl adapter from the PC, inspect the drop-down list in the GUI and memorize the available COM ports, connect your adapter and wait until its enumerated by Win, finally inspect the drop-down list and chose the newley added COM port

9. if required or desired check the "Perform full chip erase" check button

10. this is now important: before hitting the "Flash Firmware" button one has to get the board prepared to be ready for being flashed. For that, with the board connected to power, one has to

  • press and hold down both the Reset and Boot0 buttons (the exact sequence of when which button is pressed is irrelevant, as long as they're both hold down)
  • then, release the Reset button while still holding down the Boot0 button
  • then, release also the Boot0 button

This may sound complicated, but one will quickly realize that this can be done by "rolling" the finger tip from the left to right.

Comment: both leds will stop flashing... they should appear "dead"

11. finally, hit the "Flash Firmware" button


Now a black window (DOS console) should open and run the flash loader program. Wait until it's finished (takes a couple of seconds).


Trouble shooting:

  • If the verify fails then check the "Perform full chip erase" check button and repeat, this will however also erase any setting which you might have stored before, in that case save the settings beforehand using the option in the "Setting" menu.
  • If upon flashing you get Windows errors such as mfc110.dll is missing, msvcr110.dll is missing, or application was unable to start correctly (0xc000007b), then you have to install the VC++ runtime libraries. You can download them from here or find them in the folder ST in your firmware directory.