Hi ,
Im trying to merge uart_app_ble and adafruit_tag_reader .
i have added all files but still im finding some errors like this.
have anyone came across this?
Hi ,
Im trying to merge uart_app_ble and adafruit_tag_reader .
i have added all files but still im finding some errors like this.
have anyone came across this?
Hi,
NRF_SUCCESS is defined in nrf_error.h, of which there are multiple variants. There is one for each SoftDevice (for instance in <SDK>/components/softdevice/s132/headers/) and a non-SoftDevice version (in <SDK>/components/drivers_nrf/nrf_soc_nosd/). As you use a BLE example on the nRF52832 I would expect you should have<SDK>/components/softdevice/s132/headers/ in the include path. Is that the case?
Hi,
NRF_SUCCESS is defined in nrf_error.h, of which there are multiple variants. There is one for each SoftDevice (for instance in <SDK>/components/softdevice/s132/headers/) and a non-SoftDevice version (in <SDK>/components/drivers_nrf/nrf_soc_nosd/). As you use a BLE example on the nRF52832 I would expect you should have<SDK>/components/softdevice/s132/headers/ in the include path. Is that the case?
Thanks Einar,
It works perfectly fine.i have removed non-SoftDevice version in the include path.