2.1 Adding ATWINC15x0 Solution to MCU with ASF3 Support

This use case is helpful for the user who uses microchip MCU and wants to add only the ATWINC15x0 wireless solution. For example, the customer has a SAMD21-based product and wants to add the ATWINC15x0 module as part of solution.
Note: This solution can only be used if the ATWINC15x0 driver is available with the host MCU.
The ASF3 supports the SAMD21 with the ATWINC15x0. Perform the following steps to add the ATWINC15x0 functionality from the ASF3 to the existing project:
  1. Open the Atmel studio project.
  2. Navigate to ASF3 > ASF Wizard > Extensions.
  3. Add “SERCOM SPI – Serial Peripheral Interface (driver) - callback mode”.
  4. Add “Serial I/O – Host(component)”. This module is required for console output.
  5. Add “WINC1500(Wi-Fi) Host driver v 19.x.x(service)".
  6. Click Apply to apply the modified modules change.

    The required base code for the ATWINC15x0 driver generates.

The user must modify the hardware design changes in the generated ATWINC15x0 driver.