- Copy the binary file to same directory of the Application.
- Determine the COMPORT, name of binary file.
- Using Hercules restart Board and send the 2 command to switch IC to OTA mode. Send 1 to run the program.

- Close connect UART of Hercules and open Terminal at location of PC App.
- Type command follow this guide
run.exe <COMPORT> <File name> <MajorVerion> <MinorVersion>
Example: run.exe COM3 Program.bin 1 10
- Reboot Board and view the results.

Follow this guide to install gcc for Windows and build program.
Build the program using make.
make