Index
Firmware configuration tool
The firmware configuration tool is a Java application that was developed to make easy the configuration of the firmware options. This tool does in background:
• generates the file config.h on the firmware folder, with the options selected by the user
• builds the firmware and flash it
• erase original firmware and flash the STM8 option bytes
On Windows, double click on the firmware_configuration_tool.jar file.
On Linux, in a terminal, execute: java -jar firmware_configuration_tool.jar
Every configuration option has a help link that will open a pop up window, showing information about that configuration option.
Screenshots: