How to flash v1.x STorM32 boards

From STorM32-BGC Wiki
Jump to navigation Jump to search

The following describes the process of flashing firmware onto v1.1/v1.2/v1.3/v1.3x STorM32 boards.

For instructions on how to flash v3.x STorM32 boards, please consult the article How to flash firmware.

Flashing Firmware using a USB-TTL Adapter

The following steps describe the recommended procedure for flashing v1.x STorM32 boards:

1. You need a standard USB-TTL adapter (CP2102, FTDI, CH340, not PL2303, see FAQ: Which USB-TTL adapter should I use?). Get your USB-TTL adapter to work by installing all Windows drivers as requested by the vendor (usually it should be auto-installed by Win, and you should not have to bother with this step).

Usb-to-uart-driver.png

2. Unplug (!) the USB-TTL adapter.

3. You don't have to worry if it is a 5 V adapter or not, the pins on the STorM32 board we are going to connect the adapter to are 5 V tolerant.

4. Connect the USB-TTL adapter to the STorM32 board at the pins labeled RC (!), as shown in the schemes. The firmware is not programmed via the UART port, not via the USB port, but via the RC pins:

  • 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 5 V nor a 3.3 V nor any other power pin on the USB-TTL adapter is used... only three wires running from adapter to board.

Stom32-bgc-flashing-w-usbttladapter-connections-02.jpg

5. Connect the STorM32 board via USB to the computer. We are not using this connection yet, but we power the board via USB.
If the board has already a firmware installed and this is the first-time connection to your PC, then Windows will install the USB driver for the STorM32 board. This can take quite some time. Do not interrupt the install process.

6. Download the newest firmware, unzip it and run the GUI, in this example the o323BGCTool_v222e.exe program. It does not matter what the currently installed firmware is; you use the GUI that comes with the firmware zip file. Get the zip file from here: Downloads.


5. Run the GUI and go to the [GUI:Flash Firmware] tab (see the screenshot).

Comment: In principle you can use any GUI version to flash any version of the firmware. However, a GUI which is of the same or higher version than the firmware provides easy access to the firmware via the selector fields on the [GUI:Flash Firmware] window.

Storm32-wiki-flash-firmware-v1x.jpg

6. Select the correct board and desired firmware version in the respective combo boxes [Board] and [Firmware Version].

Comment: With these two selectors the correct firmware .hex file is chosen in the [Selected Firmware Hex File] field.
Comment: It is important to choose the correct board version; otherwise the board will not functions correctly.

7. Select "System Bootloader @ UART1" in the [STM32 Programmer] field.

8. In the [Com Port] field select the COM port which your USB-TTL adapter is connected to.

Comment: We are talking here about the [Com Port] field in the [Flash Firmware] tab, not the [Port] field in the lower left of the main window.
Comment: If you are not sure which the correct COM port is, then disconnect the USB-TTL adapter from the PC, inspect the drop-down list and memorize the available COM ports, connect your adapter and wait until its enumerated by Win, and finally inspect the drop-down list and chose the newly 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 ready the board 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 the green and red LEDs will go off; they should appear "dead". The yellow LED is irrelevant.

Storm32-wiki-flash-firmware-key-sequence-01.jpg

11. Finally, hit the [Flash Firmware] button.

12. Now a black window (DOS console) should open and run the flash loader program, as shown in the screenshot. Wait until it's finished (takes some seconds).

Flash.png

13. The STorM32 board will be reset and start running. If this is the first-time flash of the firmware and if the board is connected via USB to a PC, then Win will immediately start with installing the appropriate USB driver. This takes quite a while (several minutes). Please, be patient and wait until Win reports that the device is ready for use. Do not disconnect the board from the PC or otherwise interrupt the driver installation process before it is completed. This can mess up things quite considerably, and installing the driver later can be a challenge.

Flashing Procedure for Win XP


1. Download and install the Flash Loader Demonstrator from [1].

2. Do step 1 to 4 under Flashing Firmware using a USB-TTL Adapter.

3. Start the Flash Loader Demonstrator, choose the correct COM port and then press the Boot0 and Reset buttons on the controller as described in step 10 under Flashing Firmware using a USB-TTL Adapter. Click next.

Comment: The USB-TTL adapter needs to be connected to the PC before the Flash Loader Demonstrator is started.

XPFirmware1.jpg

4. If you have connected the USB-TTL adapter correctly and pressed the buttons you should see a green light and it should say that the target is readable. Click next.

XPFirmware2.jpg

5. The target on the next page should be correct, otherwise you will have to choose the controller and click next.

XPFirmware3.jpg

6. Browse to the correct firmware file and click next. The upgrade will start.

XPFirmware4.jpg

7. After the firmware is downloaded to the controller you must restart it and it is now ready for use.

Ready.jpg

Removing Read&Write Protections


Some boards are unfortunately shipped with a read/write protection on the flash. As a result, storing parameters permanently in the board and flashing new firmware will fail. To remove the protections do the following:

1. Follow steps 1-3 of Flashing Procedure for Win XP for downloading, installing and starting the Flash Loader Demonstrator of STMicroelectronics.

2. Do also step 4, you will now however see the message WARNING: When you click "Remove Protection" the flash will be mass erased and all data will be lost.. Click on Remove Protection. This will remove the protections, as well as fully erase the flash memory.

3. Close the Flash Loader Demonstrator after it has completed and restart the STorM32 board. The LEDs are not operational since also any firmware got erased in the previous step.

4. Go back to the Flashing Firmware using a USB-TTL Adapter section in the above and flash the firmware anew.

Trouble Shooting


  • In order to test if the USB-TTL adapter is working properly, you can connect its Rx and Tx pins with each other, and use a terminal program, such as HTerm. When you send characters they should be immediately received.
  • If the USB is not working, please double-check that you've selected the correct board version in the [STorM32-BGC board] field.
  • In case you have troubles with the USB driver, see the FAQ: Which drivers are needed for the USB?.
  • In case the black DOS box doesn't show up, check if the firmware .zip file was extracted.
  • In case the black DOS box shows up, displaying a [OK] and [KO] together with an error message "No response from target, the bootloader cannot be started": The error message is correct, the bootloader couldn't be started, because e.g. a wrong COM port was selected, the STorM32 board wasn't put into bootloader mode, the connections are incorrect, and so on.
  • In case the black DOS box shows the [OK] messages, but the downloading and verifying message lines are not present, go to Removing Read&Write Protections.
  • On Win XP flashing via the GUI using the USB-TTL adapter will fail (the compiled .exe version of the flashloader doesn't work on XP, sorry for that). See the next sub section Flashing Procedure for Win XP.
  • If the verify fails then first check that you are not using an outdated GUI version. Otherwise, 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 to a file beforehand using the option in the "Setting" menu.

Flashing Firmware using a STLink/V2 (SWD) Programmer

The procedure is identical to the one described in this article Flashing via SWD, except that on the v1.x STorM32 boards the SWD pins are located near the AUX ports.

Flashing the Micro STorM32 Board

The Micro STorM32 board doesn't provide BOOT0 and RESET buttons. Hence, flashing with a USB-TTL adapter is not easily possible. It can be done though: BOOT0 must be shortcut to 3.3 V by e.g. soldering a wire as shown in the picture below, and powering up the board to bring it into bootloader mode. For a more detailed description of the process please see also cro_flyer's post at rcg.

MicroStorm32.png

This board does however expose the SWD pins, and flash it using a ST-Link programmer is thus the easiest method. The connections are:

"O" to "SWDIO"
"K" to "SWCLK"
"G" to "GND"

Where "O", "K" and "G" refer to labeled locations on the bottom side of the board that you must solder to.