This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble_app_uart project integration with spis project pca10040 s132 nRF52832

Hello 

I have defined the SPI pins in the sdk_config of the ble_app_uart example and compiled the code after adding the dependent drivers from spis project as shown in the image. I get the errors about undefined identifier nrf_drv_spis_t but upon including the  #include nrf_drv_spis.h file, the below error is replaced by another one shown below. Kindly help me resolve this so I may use BLE chip as slave to communicate over SPI. 

No other code changes apart from adding the PIN configurations in sdk_config

I am using the examples from the new nRF SDK v16.0.0 with IAR embedded workbench 8.32.2 (IDE) on a Windows 10 Enterprise. 

Path for driver files: C:\Users\..\Downloads\DeviceDownload\nRF5SDK160098a08e2\modules\nrfx\drivers\include

C:\Users\...\Downloads\DeviceDownload\nRF5SDK160098a08e2\modules\nrfx\drivers\src

Parents Reply Children
No Data
Related