Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 843 Bytes

File metadata and controls

19 lines (18 loc) · 843 Bytes

STEP GUIDE

  1. Copy the binary file to same directory of the Application.
  2. Determine the COMPORT, name of binary file.
  3. Using Hercules restart Board and send the 2 command to switch IC to OTA mode. Send 1 to run the program. Hercules
  4. Close connect UART of Hercules and open Terminal at location of PC App.
  5. Type command follow this guide Terminal
    run.exe <COMPORT> <File name> <MajorVerion> <MinorVersion>

    Example: run.exe COM3 Program.bin 1 10

  6. Reboot Board and view the results. Result

Install GCC for Windows

Follow this guide to install gcc for Windows and build program.

Build the program using make.

make