NetBurner 3.1
nm_bsp_init

Functions

sint8 nm_bsp_init (void)
 Initialization for bsp (Board Support Package) such as Reset and Chip Enable Pins for WILC, delays, register ISR, enable/disable IRQ for WILC, ...etc.
You must use this function in the head of your application to enable WILC and Host Driver communicate each other. More...
 

Detailed Description

Initialize BSP

Function Documentation

◆ nm_bsp_init()

sint8 nm_bsp_init ( void  )

Initialization for bsp (Board Support Package) such as Reset and Chip Enable Pins for WILC, delays, register ISR, enable/disable IRQ for WILC, ...etc.
You must use this function in the head of your application to enable WILC and Host Driver communicate each other.

Warning
Missing use will lead to unavailability of host communication.
Note
Implementation of this function is host dependent.
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.