Hi Everyone,
We are using NRF52810 with latest nRF5_SDK_16.0.0 and s112_nrf52_7.0.1_softdevice. We are able to program with ble_app_UART example on our prototype,
but BLE is not advertising. here are some snapshots of our project configuration.
APP_TIMER_V2
APP_TIMER_V2_RTC1_ENABLED
DEVELOP_IN_NRF52832
BOARD_PCA10040
CONFIG_GPIO_AS_PINRESET
FLOAT_ABI_SOFT
NRF52810_XXAA
NRF52_PAN_74
NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3
NRF_SD_BLE_API_VERSION=7
S112
SOFTDEVICE_PRESENT
this are the processor configurations.
I have also changes the clock frequency configuration.
I am able to print "UART START " on above example. But facing BLE advertising issue. We get "NRF_BREAKPOINT_COND;" error some time.
Please give suggestion how can we start BLE adverting.
Thank you.