Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello,
I'm tying out some examples on the nRF52-DK board i have and have run into the issue that the "BLE_URIBeacon" example at "https://os.mbed.com/teams/Bluetooth-Low-Energy/code/BLE_URIBeacon/?platform=Nordic-nRF52-DK" won't compile.
As this example is referenced on the nRF52-DK page i'm assuming this should work.
The compiler gives the error : Error: Identifier "DFUService" is undefined in "main.cpp", Line: 93, Col: 6
The file BLE_URIBeacon_Example/BLE_API/ble/services/DFUService.h has the line :
Should this be "TARGET_NRF52832" ? Should I define TARGET_NRF51822 ?
Kind regards, Ivo