Hi,
Iam using SDK 17 ,s140_nrf52_7.2.0_softdevice on NRF52840 SDK.For the first time I have noticed an issue,as below on running sample nordic17.0.2\examples\ble_peripheral\ble_app_uart
Issue is as below
<info> app_timer: RTC: initialized.
<error> app: ERROR 8 [NRF_ERROR_INVALID_STATE] at C:\nordic17.0.2\examples\ble_peripheral\ble_app_uart\main.c:432
PC at: 0x00030379
<error> app: End of error report
This occurs only when buid and run application again and again
If you do ERASE ALL and build and run ,this will not happen.
Is it possible to have a check ,whether nrf_sdh_enable_request() is already enabled or not before calling it in stack init.
I have checked with SDK 16 sample,in which this issue is not there.
Can you please help me to have a better understanding on this.