This guide will show you how to build the WiUS firmware for the SiWG917 SoC.
Please read the Getting Started guide to set up your development environment.
To import the firmware, do the following:
- Open Simplicity Studio.
- Click on
File
->Import
. - Choose
More Import Options...
at the bottom of the opened window. - Select
General
->Existing Projects into Workspace
. - Under
Select root directory
, navigate to thewius_firmware/
subfolder of this repository. - Under
Projects
, thewius_firmware
project should appear. Make sure it is checked. - Under
Options
, make sure nothing is checked. - Click
Finish
.
The project should now be imported into Simplicity Studio and should appear in the Project Explorer.
To build the project, do the following:
- Right-click on the
wius_firmware
project in the Project Explorer. - Click on
Build Project
.
The project should now build successfully.
To flash the firmware, do the following:
- Connect the board in question to your computer.
- Right-click on the
wius_firmware
project in the Project Explorer. - Click on
Run As
->1 Silicon Labs ARM Program
.
The firmware should now be flashed to the development board.