Developing with WiSeConnect SDK with SiWx91x Boards using Simplicity Studio IDE#

This guide describes how to develop applications on a SiWx91x™ board using the WiSeConnect™ SDK in System-on-Chip (SoC) mode, where both the application and connectivity stack run on the SiWx91x chipset, with Simplicity Studio IDE.

Note: The images in this guide are for illustration purposes only. Details such as board names and version numbers may not exactly match your product.

Check Prerequisites#

Note: The hardware and software requirements mentioned in this section are specific to the example(s) recommended with this guide in the Create a Project section. If you are working with a different example, refer to its README page for the hardware and software requirements. To see the README page of a specific example, click on the Go to README link next to it in the Examples page.

Software#

  • Simplicity Studio 6

  • GNU ARM v12.2.1 Toolchain

  • Simplicity Software Development Kit (SiSDK, formerly GSDK) with WiSeConnect extension

  • VS Code with Simplicity Studio for VS Code extension (Version 1.6.1 or higher)

Notes:

  • We recommend using the latest SiSDK (formerly GSDK) version.

  • Refer to the Release Notes for the SiSDK (formerly GSDK) version tested with respective release.

Hardware#

  • Wi-Fi Access Point (802.11 ax/b/g/n).

  • One of the following SoC boards (hereafter referred to as SiWx917 board):

    • BRD4338A - SiWx917 Wi-Fi 6 and Bluetooth LE 8 MB Flash Radio Board (hereafter referred to as the radio board).

    • BRD4342A - SiWx917 Wi-Fi 6 and Bluetooth LE 8 MB Flash + 8 MB ext PSRAM Radio Board (hereafter referred to as the radio board).

    • BRD4343A - SiWG917Y Module Wi-Fi 6 and Bluetooth LE 8 MB Flash RF-Pin Radio Board (hereafter referred to as the radio board).

    • BRD2605A - SiWG917 Dev Kit Board (hereafter referred to as the dev kit board).

    • BRD2708A - SiWG917Y Explorer Kit (hereafter referred to as the explorer kit board).

  • If a radio board is used or if you need to measure power using the explorer kit board or dev kit board, a WPK board is also required:

    • BRD4002A - Si-MB4002A Wireless Pro Kit Mainboard (hereafter referred to as WPK board).

  • Windows/Linux/MacOS computer with a USB port.

  • Type C USB cable compatible with the computer's USB port (for example, type C to type A if the computer has a type A USB port).

Setup Software#

You may setup the following software in this section while waiting to receive the hardware:

Install Simplicity Studio#

This section describes the following installation methods for Simplicity Studio 6:

Install from Scratch#

  1. Download the latest version of Simplicity Installer and follow the installation instructions.

  2. During the installation, make the following selections:

    • Select the INSTALLATION WIZARD option.

      Select Installation wizardSelect Installation wizard

    • Select TECHNOLOGY INSTALL.

      Select Install by technology typeSelect Install by technology type

    • Select the Wi-Fi option.

      Select Wi-Fi OptionSelect Wi-Fi Option

    • Click Next and make sure Wiseconnect is shown under the SDK that needs to be installed.

      Select Development PackagesSelect Development Packages

Upgrade from the Demo-only Studio Edition#

  • If you have installed the demo version using the option shown below:

    Select Development PackagesSelect Development Packages

  • Continue from step 2 in the Install from Scratch section.

Install the GNU ARM v12.2.1 Toolchain#

Note: From v4.4.0 on, Simplicity SDK (SiSDK, formerly Gecko SDK/GSDK) requires v12.2.1 of the GNU ARM toolchain to compile a project successfully.

  1. Launch the Simplicity Installer.

  2. Click on the Advanced option.

    Toolchain install 1Toolchain install 1

  3. Select Gcc-Arm-None-Eabi 12.2.Rel1.

  4. Check the box and click install.

    Toolchain install 2Toolchain install 2

Note: This is installed by default with the studio if you do a FULL INSTALL.

Select Development PackagesSelect Development Packages

Note: If you have an existing project, see Silicon Labs community page for instructions on configuring the toolchain version in your project.

Install the WiSeConnect Extension#

If you already selected the WiSeConnect extension in the Install Simplicity Studio section, you may skip this section.

Before installing the WiSeConnect extension, upgrade to a compatible SiSDK (formerly GSDK) version if you have not already done so. See the Prerequisites section for the supported SiSDK (formerly GSDK) versions.

You can install WiSeConnect using one of the following methods:

Install WiSeConnect from Settings#

Note: Make sure that you use SiSDK and WiSeConnect SDK versions from the same release. To determine which SiSDK and WiSeConnect SDK versions are in a particular release, see the Compatible Software section of Release Notes.

  1. Download the WiSeConnect source code from the following URL after substituting x.x.x with the desired release version:

    https://github.com/SiliconLabs/wiseconnect/archive/refs/tags/vx.x.x.zip
    • If you don't know your release version, go to the GitHub Releases Page and select the version to download.

  2. Unzip the downloaded wiseconnect-x.x.x.zip file. It will be extracted into a folder structure similar to the following:

    wiseconnect-x.x.x
    |--- wiseconnect-x.x.x
    |------ <source code>
  3. Launch Simplicity Studio.

  4. In the Simplicity Studio home page, go to SETTINGS and select the SDKs tab

  5. Select Simplicity SDK (formerly Gecko SDK) Suite vx.x.x and click ADD EXTENSION.

    Manage Installed PackagesManage Installed Packages

  6. In the Add SDK Extensions window, click Browse.

    Click the Browse buttonClick the Browse button

  7. Locate and select the wiseconnect-x.x.x sub-folder extracted in step 2 above which contains the source code.

  8. Studio will detect the WiSeConnect SDK extension.

  9. Select the detected extension and click FINISH.

    Add SDK Extensions WindowAdd SDK Extensions Window

  10. If a Verify SDK Extension pop-up is displayed, click Trust.

    Click the Trust buttonClick the Trust button

  11. The selected WiSeConnect extension will be displayed.

  12. Click REFRESH and navigate to HOME or PROJECTS.

    Selected ExtensionSelected Extension

Install the VS Code Extension#

  1. Navigate to the Extensions tab in VS Code and search for Simplicity Studio for VS Code extension.

    Search VS Code ExtensionSearch VS Code Extension

  2. Install the extension.

    Install VS Code ExtensionInstall VS Code Extension

  3. Once the extension is installed and restarted, it will automatically detect the studio.

Note: This can be confirmed once the circle at the bottom right corner turns white.

Verify VS Code ExtensionVerify VS Code Extension

Connect SiWx91x to Computer#

  1. Connect the WPK board, explorer kit board, or dev kit board to your computer using a USB cable.

  2. Navigate to the DEVICES tab.

    Hardware ConnectionHardware Connection

  3. Simplicity Studio will detect and display your SiWx917 board.

    Detect BoardDetect Board

Note: See the troubleshoot a board detection failure section if Studio failed to detect your board.

Update SiWx91x Connectivity Firmware#

Note: The SiWx917 connectivity firmware version is tightly coupled with the WiSeConnect extension version. You must update the SiWx917 connectivity firmware when:

  • You first receive an SiWx917 Pro kit

  • You first receive an SiWx917 board, or

  • You upgrade or downgrade your WiSeConnect extension

You can update the SiWx91x connectivity firmware by using one of the following paths:

Update Firmware using Simplicity Studio Launcher#

Note: This method requires Simplicity Studio version SV5.9.0.1 or above.

  1. Open Simplicity Studio and connect the SiWx91x to your computer.

  2. Go to the DEVICES section.

  3. Select your SiWx917 board from the displayed list.

  4. The product information OVERVIEW tab is displayed.

  5. Next to the Connectivity FW field, click Read FW Version.

  6. A warning message is displayed.

  7. Click Yes.

  8. After you reset the connected SiWx91x board, the current firmware version appears next to the Connectivity FW field. If the firmware version is older than the version required by the installed WiSeConnect extension, an Update to xxxx option appears, where xxxx is the firmware version included with the WiSeConnect extension.

    Note: If the firmware version matches the one required for your WiSeConnect extension, you will see the screen as described in step 13.

    Display FW VersionDisplay FW Version

  9. Click Update to xxxx.

  10. The Connectivity Firmware Update Warning message is displayed.

  11. Click Yes.

    Connectivity Firmware Update WarningConnectivity Firmware Update Warning

  12. A progress message is shown.

    Load FW VersionLoad FW Version

  13. On successful update, the updated firmware version appears next to the Connectivity FW field with the label Latest next to it. This label indicates that the SiWx917 connectivity firmware version now matches the one required for your installed WiSeConnect extension.

    Latest FW VersionLatest FW Version

Note: See the troubleshoot a firmware update failure section in case of failure in updating the firmware.

Update Firmware using Simplicity Commander#

  1. In the Simplicity Studio home page, click TOOLS.

  2. In the TOOLS dialog, select Commander and click Open Tool.

    Select CommanderSelect Commander

  3. In the Commander window, click Select Kit and choose your SiWx917 board.

    Select KitSelect Kit

  4. In the navigation pane, go to the Flash section.

  5. Click Browse next to the Binary File field.

    Select the Flash OptionSelect the Flash Option

  6. Locate and select the firmware file to flash from within the appropriate sub-folder of the WiSeConnect extension path:

    • For the OPNs SiWG917M110LGTBA, SIWG917Y110LGABA, and SIWG917Y110LGNBA, select the firmware file from the connectivity_firmware/lite sub-folder.

    • For all other OPNs, select the firmware file from the connectivity_firmware/standard sub-folder.

    Note:

    • If you do not see any files in the sub-folder, select All files in the file filter field in the Browse dialog box.

    • The WiSeConnect extension path is the one where the extension was downloaded during installation. If you are not sure what the path is, you may refer to the location in the SETTINGS > SDKs and click the installed Simplicity SDK.

      Selected ExtensionSelected Extension

  7. Click Flash.

    Click the Flash buttonClick the Flash button

  8. The firmware flashes and the Log Window displays the message: "Flashing completed successfully!"

    Flashing completed successfully!Flashing completed successfully!

Note: See the troubleshoot a firmware update failure section in case of failure in updating the firmware.

Create a Project#

  1. Open Simplicity Studio and connect the SiWx91x to your computer.

  2. Go to the DEVICES section.

  3. Select SiWx917 board from the displayed list.

    Note: If you do not have the SiWx917 board or you have not connected it to your computer, you can still create the example projects by following the procedure below:

    • Navigate to the DEVICES section.

    • Click on Add Virtual Device.

    • In the search bar, search for SiWG917 and click.

      Board Selection from My ProductsBoard Selection from My Products

  4. The Launcher page displays the selected board's details.

  5. Select the OVERVIEW tab.

  6. Verify the following in the General Information section:

    • The Debug Mode is Onboard Device (MCU).

    • The Preferred SDK is the version you selected earlier.

      Verify General InformationVerify General Information

  7. Select the EXAMPLE PROJECTS & DEMOS tab.

  8. Locate the example you want and click CREATE.

    Note: We recommend using the Wi-Fi - Station Ping (SoC) example with this guide.

    Select ExampleSelect Example

  9. In the Project Configuration window, select the IDE as VS Code (GCC) and click FINISH.

    Click FinishClick Finish

  10. In the newly opened window, click on Open in VS Code option.

    Open in IDEOpen in IDE

  11. In VS Code, navigate to the Silicon Labs extension in the side panel.

    Open in IDEOpen in IDE

Configure an Application#

Configure the settings for your example. For Wi-Fi - Station Ping (SoC) (the recommended example for this guide) or for other examples, see the Application Build Environment section in the README page for configuration instructions.

Note:

  • You may use the Component Editor to configure the components in your example.

  • You may use the Pintool to configure the pin mappings in your project for your SiWx917 system-on-chip.

    • Use the port macros from sl_gpio_board.h rather than those auto-generated in pin_config.h.

    • Edit the configuration in RTE_Device_917.h to switch the GPIOs 64 to 75 between high power (HP) and ultra-low power (ULP).

Build an Application#

Note: If you upgraded from an SiSDK (formerly GSDK) version earlier than v4.4.0, you must upgrade your GNU ARM Toolchain. See the GNU ARM v12.2.1 Toolchain section.

  1. Launch Simplicity Studio.

  2. Open the project in VS Code IDE following the procedure mentioned in Create a Project step 10.

  3. Right click on the project and click Build.

    Select Build OptionSelect Build Option

  4. You may also directly click the Build button with a hammer icon on the project options as an alternative.

    Select Build Option hammerSelect Build Option hammer

Note: See the troubleshoot an application build section in case of failure in building the application.

Console Input and Output#

  1. Connect your WPK board to your computer.

  2. Open Simplicity Studio.

  3. In the DEVICES pane, select your WPK board.

  4. The Adapter FW field shows your WPK board's current firmware version, similar to 2vnpxxbyyy, where n is the major version, xx is the patch version number, and yyy is the build number.

  5. Click Update to 2.0.xx.yyyy.

    Upgrade WPK FirmwareUpgrade WPK Firmware

  6. The firmware upgrade on your WPK board.

  7. Navigate to the TOOLS pane, click on Simplicity Device Manager, and click Open Tool.

    Launch ConsoleLaunch Console

  8. Click on the Configure option.

    Configure ConsoleConfigure Console

  9. Click on the Serial 1 tab.

    Click serial 1 tabClick serial 1 tab

  10. Console output displays in the Serial 1 tab.

    Serial 1 Tab for Console OutputSerial 1 Tab for Console Output

  11. You can enter console input and send it to the device.

    Serial 1 Tab for Console InputSerial 1 Tab for Console Input

Flash an Application#

Note: The SiWx91x SoC comes pre-flashed with a bootloader. A bootloader image does not need to be flashed separately.

The following are two alternative methods to flash an application to the application processor of the SiWx91x device:

Once you flash the Wi-Fi - Station Ping (SoC) example (the recommended example for this guide), you may refer to the Test the Application section of its README page to explore its output. The other sections of the README such as the Purpose/Scope section and Overview section (not present in some README files) provide more information about the example.

See the Examples page to explore all available examples and view their README pages.

Flash an Application Built Using Simplicity Studio#

  1. Build the application as described in the Build an Application section.

  2. In the project pane, right-click on your project name and click on Flash.

    Flash ApplicationFlash Application

  3. Users are prompted to click on one of the following binary formats. (For this guide, we will follow the binary with .rps format).

    Flash Application 2Flash Application 2

  4. Click Enter if the option below is displayed.

    Flash Application 3Flash Application 3

  5. Once Flashing is successful, the terminal dispalys the output as below.

    Flash Application 4Flash Application 4

  6. View the standard output or enter input data as needed. See the Console Input and Output section.

Note: See the troubleshoot an application flash failure section in case the application fails to flash.

Flash an Application Binary#

  1. If you build the binary as described in the Build an Application section, the build process generates a .rps file. The file is located under cmake_gcc > build > base in the user workspace.

    • Alternatively, you might receive a .rps file from another source, such as a colleague who built the binary and shared it with you.

  2. The instructions to flash the application binary are almost the same as those for flashing an SiWx91x firmware file, except for the point mentioned further:

    • Instead of choosing the SiWx91x firmware file, select the .rps you obtained in step 1 above.

    Note:

    • If you do not see .rps files in the sub-folder, select All files in the file filter field in the Browse dialog box.

    Browse the fileBrowse the file

Note: See the troubleshoot an application flash failure section in case the application fails to flash.

Run the Application#

Once you flash the example, you may refer to the Test the Application section of its README page to explore its output.

The other sections of the README such as the Purpose/Scope section provide more information about the example.

See the Examples page to explore all available examples including their supported host interfaces (SPI and/or UART) and to view their README pages.

Note: See the troubleshoot an application run failure section in case the application fails to run.

Enable Additional Logs#

This section provides instructions to capture additional logs to help in troubleshooting application issues. The captured logs provide information about the data exchanged between the application processor and network wireless processor on the SiWx91x chipset.

  1. Open your project in Simplicity Studio.

  2. Navigate to the following path in the project folders: components/sli_si91x_wifi_event_handler/src

  3. Open the file sli_si91x_wifi_event_handler.c.

  4. Make the changes illustrated below and save these changes.

    • Replace the SL_PRINT_STRING_DEBUG with printf in the following line for Tx communication to the network wireless processor from the application processor.

    Enable inter-processor tx logsEnable inter-processor tx logs

    Enable inter-processor tx logs printfEnable inter-processor tx logs printf

    • Replace the SL_PRINT_STRING_DEBUG with printf in the below lines for Rx communication from Network wireless processor to Application processor.

    Enable inter-processor rx logsEnable inter-processor rx logs

    Enable inter-processor rx logs printfEnable inter-processor rx logs printf

  5. Build and flash your project.

  6. Additional logs are displayed similar to the example below. Commands from the application to the network processor are shown beginning with <>>>> Tx, while responses/events from the network to application processor are shown beginning with ><<<< Rx:

    • queueId represents the internal command queue used in the SDK.

    • frameId represents the type of command (such as join or scan). Ideally, a Tx frameId will have a matching Rx frameId representing the response to the command.

    • frameStatus represents the success/failure code returned from the command. A value of 0x0 indicates success while a non-zero value indicates an error. See the Status Codes section for details.

    • length represents the length of the packet.

    ><<<< Rx -> queueId : 4, frameId : 0x89, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0x10, length : 40
    ><<<< Rx -> queueId : 4, frameId : 0x10, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0xc7, length : 3
    ><<<< Rx -> queueId : 4, frameId : 0xc7, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0xc8, length : 12
    ><<<< Rx -> queueId : 4, frameId : 0xc8, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0x11, length : 1
    ><<<< Rx -> queueId : 4, frameId : 0x11, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0x12, length : 0
    ><<<< Rx -> queueId : 4, frameId : 0x12, frameStatus: 0x0, length : 6
    <>>>> Tx -> queueId : 4, frameId : 0x1d, length : 4
    ><<<< Rx -> queueId : 4, frameId : 0x1d, frameStatus: 0x0, length : 1
    <>>>> Tx -> queueId : 4, frameId : 0xbe, length : 4
    ><<<< Rx -> queueId : 4, frameId : 0xbe, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0xa0, length : 1
    ><<<< Rx -> queueId : 4, frameId : 0xa0, frameStatus: 0x0, length : 2
    
    Wi-Fi client interface up success
    <>>>> Tx -> queueId : 4, frameId : 0xea, length : 8
    ><<<< Rx -> queueId : 4, frameId : 0xea, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0x13, length : 50
    ><<<< Rx -> queueId : 4, frameId : 0x13, frameStatus: 0x0, length : 54
    <>>>> Tx -> queueId : 4, frameId : 0xa5, length : 99
    ><<<< Rx -> queueId : 4, frameId : 0xa5, frameStatus: 0x0, length : 0
    <>>>> Tx -> queueId : 4, frameId : 0x14, length : 117
    ><<<< Rx -> queueId : 4, frameId : 0x14, frameStatus: 0x0, length : 1
    <>>>> Tx -> queueId : 4, frameId : 0x41, length : 59
    ><<<< Rx -> queueId : 4, frameId : 0x41, frameStatus: 0x0, length : 18
    
    Wi-Fi client connected
    <>>>> Tx -> queueId : 4, frameId : 0x29, length : 22
    ><<<< Rx -> queueId : 4, frameId : 0x29, frameStatus: 0x0, length : 20
    
    64 bytes received from 8.8.8.8
    <>>>> Tx -> queueId : 4, frameId : 0x29, length : 22
    ><<<< Rx -> queueId : 4, frameId : 0x29, frameStatus: 0x0, length : 20

Debug an Application#

Note: The steps below are instructions to debug using Simplicity Studio VS Code IDE. If you prefer to use the Ozone tool for debugging, follow the instructions in the Debug an Application with Ozone section.

  1. Right-click on the project name and click Debug.

    Switch to Debug ModeSwitch to Debug Mode

  2. Studio switches to debug mode and halts execution at the main() function in your application.

    Debug Mode startDebug Mode start

  3. Add break points at the desired location of the code and click the Resume button (an icon with a rectangular bar and play button).

    Debug Mode breakpointDebug Mode breakpoint

  4. Execution halts at the break point.

  5. Use the following debug functions to direct the execution of the code:

    • Step Into button (an icon with an arrow pointing down to a dot).

    • Step Over button (an icon with an arrow going over a dot).

    • Step Out button (an icon with an arrow pointing out from a dot).

      Debug OptionsDebug Options

  6. View the standard output or enter input data as needed. See the Console Input and Output section.

Note: See the troubleshoot an application debug failure section if the application fails to flash.

Debug an Application with Ozone#

This section contains alternative instructions for debugging, using the Ozone tool instead of Simplicity Studio.

Configure Ozone#

  1. Navigate to the folder path resources/ozone_config under your WiSeConnect extension path.

    Note:

    • You must upgrade to WiSeConnect extension version 3.3.2 or later to see the above path. If you want to use an older extension version, you can download the siwx917.jdebug and siwx917.svd files directly from the Github repo.

    • If you are not sure what the path is, refer to the location in the SETTINGS > SDKs page shown by clicking the Simplicity SDK Suite.

      Selected ExtensionSelected Extension

  2. Open the Ozone configuration file siwx917.jdebug.

  3. Update the absolute path to the siwx917.svd file next to Project.AddSvdFile.

    Note: If you are using WiSeConnect extension version 3.3.2 or later, the siwx917.svd file is located in the same folder as siwx917.jdebug.

  4. Update the serial number of your SiWx917 part next to Project.SetHostIF.

    • The serial number is shown in Simplicity Studio in the DEVICES tab when you plug in your device.

    Update jdebug pathUpdate jdebug path

Debug with Ozone#

  1. Update the connectivity firmware image that you intend to debug.

  2. Flash the application binary that you intend to debug.

  3. Download and launch Ozone.

  4. Ignore the following window if it is displayed.

    Ozone Launch OptionsOzone Launch Options

  5. Select File > Open....

  6. Navigate to and select the configured siwx917.jdebug file.

    Open .jdebug FileOpen .jdebug File

  7. The Open File window displays for opening the application binary file.

  8. Navigate to and select either the .axf or the .out application binary file generated when building your Simplicity Studio project.

    Open application binaryOpen application binary

  9. Click Continue on the Project Load Diagnostics warning window if it is displayed.

    Project Load Diagnostics WarningProject Load Diagnostics Warning

  10. Select Attach & Halt Program in the dropdown next to the Power button on the top left-hand corner of the screen.

    Attach and Halt ProgramAttach and Halt Program

  11. Select Reset & Break At Symbol in the dropdown next to the Play/Pause button on the top left-hand corner of the screen.

  12. The attached SiWx917 device will reset.

  13. To run the application, click the Resume/Halt button next to the Power button on the top left-hand corner of the screen.

    Reset and Break at SymbolReset and Break at Symbol

Customize Application Components#

Simplicity Studio allows you to add or remove functional components in your application, such as BSD Sockets.

Note: For information about the functional components available with WiSeConnect SDK, see the Application Components section.

Add a Component#

  1. In the PROJECTS pane, double-click the project_name.slcp file.

  2. Select the SOFTWARE COMPONENTS tab.

    Install Component 1Install Component 1

  3. Select the SDK Extensions filter.

  4. Browse or search for and select the component that you want to install.

  5. Click Install.

    Install Component 2Install Component 2

    Note: Image is for illustration only. Component details shown may be outdated.

  6. Studio will add the component and display a success message.

    Component Added SuccessfullyComponent Added Successfully

    Note: Image is for illustration only. Component details shown may be outdated.

    You may use the Component Editor to configure a component after adding it or to configure other components in your example.

Remove a Component#

  1. View the list of WiSeConnect extension components by following steps 1-3 of the previous section.

  2. Select the Installed filter to view the components you have installed.

  3. Browse or search for and select the component you want to remove.

  4. Select the component and click Uninstall.

    Uninstall Component 1Uninstall Component 1

    Uninstall Component 2Uninstall Component 2

    Note: Image is for illustration only. Component details shown may be outdated.

Measure Power Usage#

The following are the steps for measuring the power usage of an SiWx91x board.

Connect Hardware for Power Measurement#

If you are using a radio board, the connection is as described in the Connect SiWx91x to Computer section.

If you are using an explorer kit board or dev kit board, you need to connect it to a WPK board for power measurement. Follow the steps below:

  • Flash the desired application to the BRD2605A.

    • Ensure the WPK + BRD4338A is not connected to BRD2605A.

  • Connect the BRD2605A with WPK + BRD4338A via the Mini Simplicity Connector.

    • Make sure you remove the USB cable from BRD2605A.

      • Connect the PC with BRD4338A + WPK to the PC via the USB-C type cable as shown below. Setup DiagramSetup Diagram

        Setup DiagramSetup Diagram

        Setup DiagramSetup Diagram

      • To view outputs of the application, you can connect the BRD2605A to the PC with the USB-C type cable (sometimes this is not working and it affects the current consumption).

  • Check in the Simplicity Commander if the Debug Mode is selected as MINI.

    Debug Mode : MINIDebug Mode : MINI

  • In Simplicity Studio, Go to TOOLS → Simplicity Device Manager → Click on Open Tool.

    Configuration 1Configuration 1

  • Click on Configure.

    Configuration 2Configuration 2

  • Navigate to Device Hardware and make sure you have the following configurations.

    Configuration 3Configuration 3

  • Navigate to TOOLS -> Energy Profiler → Open Tool

    Energy Profiler Demo 1Energy Profiler Demo 1

  • Click on Quick Access -> Start Energy Capture

    Energy Profiler Demo 2Energy Profiler Demo 2

  • Select the Hardware from the drop down menu and click OK.

    Energy Profiler Demo 3Energy Profiler Demo 3

Measure Power using Energy Profiler#

See the From the Energy Profiler section for steps to measure power using the Simplicity Studio Energy Profiler.

Energy Profiler Demo 4Energy Profiler Demo 4