SLC Project Generation Examples#

Commands to create the bt_soc_blinky and bootloader_apploader projects.

  1. For VS Code, using the EFR32MG24-based Radio Board BRD4186C and BRD4002A Mainboard, replace "--with brd4186c,brd4002a", if using one or more different target board(s).

    • slc -–ignore-slt generate -np -cp -p=.silabs\slt\installs\conan\p\simpldxxxxx\p\app\bluetooth\example\bt_soc_blinky\bt_soc_blinky.slcp -d C:\SiliconLabs\SLC_CLI\Projects\bt_soc_blinky --with brd4187c,brd4002a -o vscode -log

    • slc –-ignore-slt generate -np -cp -p=.silabs\slt\installs\conan\p\simpldxxxxx\p\platform\bootloader\sample-apps\bootloader-apploader\bootloader-apploader.slcp -d C:\SiliconLabs\SLC_CLI\Projects\bootloader-apploader --with brd4187c,brd4002a -o vscode -log

  2. Open VS Code.

  3. Close any existing workspace.

  4. Use File > Add Folder to Workspace to add the two projects to VS Code.

  5. Continue developing in VS Code the same as you would with a project generated in Simplicity Studio.