This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SPI Master Integration to ble_app_uart pca10028 error

Hi Guys,

I tried to integrate the spi master project to ble_app_uart. For that I added the missing headers from spi project to ble_app_uart. And also I added the .c files. I changed the include path to get the headers of spi project to ble_app_uart. As part of the integration process I added the line static const nrf_drv_spi_t spi = NRF_DRV_SPI_INSTANCE(SPI_INSTANCE); /**< SPI instance. */ to the main. But its showing few errors.
I attached the error log. Please let me know anything else I have to to integrate the spi project in to ble_app_uart project? I am using SDK11 and Keil 5.18 and S130error log.txt

thanks

Related