Hi,
I'm using the nRF52840 SDKs (15.0.0) and nRF-IEEE-802.15.4-radio-driver(1.1.0). BLE and the CoAP baseed on 802.15.4 work fine, but when I call this function
After several minutes I got the "SOFTDEVICE: INVALID MEMORY ACCESS" fault.

According to the INFO = 2 message. There seems to be the radio peripheral violation. After I dumped assembly form .elf file. The pc address 0x76ad6 points to a branch in nrf_802154_core.c file.

The .c file is as below.

Then I added a print(); function before result = false; then I can't see any messages. Then I print the

After I added the print(); funciton, The PC changed ,but it still stoped at nRF-IEEE-802.15.4-radio-driver. If I comment out the ble_advertising_stop_nrf52840(void) function, it works fine.
So can you please help me?
Best regards



