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

Random NRF_FAULT_ID_APP_MEMACC errors

I've tried this with S132 and S140 7.2.0 and NRF SDK 17 on an NRF52832. I get random NRF_FAULT_ID_APP_MEMACC errors, that seem to be triggered by long running functions (though it might be unrelated). The RAM is configured correctly, according to RAM start value accquired from nrf_sdh_ble_default_cfg_set. The info parameter in the app_error_fault_handler is 0. Is there another way to figure out where the error originates from?

Related