Hi,
I'm using SDK 15.0.0 and NRF52840 DK.
I want to merge couple examples from SDK in one project. As "base" example ble_app_uart was choosed (..nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart).
But when I tried to add other peripheral examples, I got errors, which are pretty similar:
Error[Pe020]: identifier "NRF_DRV_SPI_INSTANCE_0" is undefined
and
Error[Pe020]: identifier "NRF_DRV_TWI_INSTANCE_0" is undefined
Looks like I need to set some additional settings, but I'm not sure where and what settings, since in preprocessor everything is included as in examples.
Regards!