Update Init Code#

  1. In the newly created v3.x Studio project, add your new initialization code in the app.c file in the application_start() function.

  2. The application_start() function should include a call to the sl_net_init() function.

  3. Device initialization parameters are set using a structure of type sl_si91x_boot_configuration_t, which is a parameter of the sl_net_init() function.

  4. You may either choose one of the available default configurations or create a custom device configuration.