Hi, I am trying to compile & run ANSC example under SDK8 in a PCA10001 board. I have programmed the SoftDevice using nRF Go Studio.
Here is the example, nRF51_SDK_8.0.0_5fc2c3a\examples\ble_peripheral\experimental_ble_app_ancs\pca10028\s110\arm5_no_packs
I am using Keil 5 and when I debug it, the application just stops at Line 620
static void power_manage(void) { uint32_t err_code = sd_app_evt_wait(); APP_ERROR_CHECK(err_code); }
Could you please let me know how I can run the ANSC application from the SDK?