Hey,
I am working on RISC V processor. I want to connect
ATWINC1510 with the processor using SPI. Where I can get the Board support package if available.
Or how can I start programming ATWINC1510 in host mcu.
Thanks ):
Hey,
I am working on RISC V processor. I want to connect
ATWINC1510 with the processor using SPI. Where I can get the Board support package if available.
Or how can I start programming ATWINC1510 in host mcu.
Thanks ):
there are 2 types of Wifi module under ATWI family
->ATWINC1510 -> supported on MCU -> bsp is open source can be ported to other architecture
->ATWILC1000 -> supported on both MPU (Linux and bare metal) and MCU (Running RTOS)
You can use the available BSP in Atmel Studio as reference and port it for your architecture.
Thanks, for your kind suggestion. It's very useful.