Hi,
I want to use both SPI master & slave altogether, but when I include nrf_drv_spis.h upon compilation the following error occurs :
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\4.0.0-2.alpha\hal\nrf_spis.h(422): error: #134: expected a field name
return (nrf_spis_status_mask_t) p_spis->
TATUS;
Any clue how to fix it ? I've got SPIS1 enabled in nrf_drv_config and both libraries included in Keil.