I am trying to build spi communication between nf52(master) and ads1192(slave). Can I use spi_master_with_spi_slave example directly in this case.
I am trying to build spi communication between nf52(master) and ads1192(slave). Can I use spi_master_with_spi_slave example directly in this case.
Why do You want to use SPI slave also? SPI master is all you need in this case.
Hi Wojtek, thanks for your reply. according to an example, where people port the Atmel winc1500 codes to the STM mcu. I notice that the ported main.c function has a header "stm32f4xx_hal.h", which includes the common configurations for the whole HAL library on STM mcu. I would like to know, as to nrf52832, which header of such kind should I include, is it "app_util_platform.h"? thanks!
Hi Wojtek, thanks for your reply. according to an example, where people port the Atmel winc1500 codes to the STM mcu. I notice that the ported main.c function has a header "stm32f4xx_hal.h", which includes the common configurations for the whole HAL library on STM mcu. I would like to know, as to nrf52832, which header of such kind should I include, is it "app_util_platform.h"? thanks!