This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SOFTDEVICE: INVALID MEMORY ACCESS, INFO : 0x2

hi, I have developed the product using 802.15.4 (custom zigbee packet) and bluetooth application.

version.

nRFSDK: v15.2.0

nRF-IEEE-802.15.4-radio-driver: nrf_802154_1.2.2

softdevice: s140_nrf52_6.1.0

using raal.

sometimes, SOFTDEVICE: INVALID MEMORY ACCESS, INFO : 0x2 error occur.

how can I fix this issue?

Parents Reply Children
  • well this is a hardfault caused by a memory violation. You need to be able to get the PC address of the instruction that caused this violation. There are a lot of threads in this forum that will help you debug hardfault to get the address of the instruction that caused this. After you get to the code we can then discuss to see if you are doing something wrong or if there is any workaround. For now without knowing where and how this memory violation happens, there is nothing much I can help with.

Related