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 thesl_net_init()
function.Device initialization parameters are set using a structure of type
si91x_boot_configuration_t
, which is a parameter of thesl_net_init()
function.You may either choose one of the available default configurations or create a custom device configuration.