Update Init Code#
In the newly created v3.x Studio project, add your new initialization code in the
app.c
file in theapplication_start()
function.The
application_start()
function should include a call to the sl_net_init() function.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.
You may either choose one of the available default configurations or create a custom device configuration.