hi,
i am including spi in ble_uart program .i am getting error "'NRF_DRV_SPI_INSTANCE_0' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?".
hi,
i am including spi in ble_uart program .i am getting error "'NRF_DRV_SPI_INSTANCE_0' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?".
Hi,
Have you made sure to enable the instance in the config file? To a diff between the config file of a SPI example and your example, it will show you what resources/peripherals that you should enable in the config file to include the SPI peripheral.
regards
Jared
Hi,
Have you made sure to enable the instance in the config file? To a diff between the config file of a SPI example and your example, it will show you what resources/peripherals that you should enable in the config file to include the SPI peripheral.
regards
Jared