I am using an nRF520 PCA10040 dev board with a nRF52832 module and I am trying to get the ble_app_uart_pca10040_s132 FW to run using the SES segger tool set. After about 1-10 minutes it crashes, and when its run from the debugger its stack trace ends at the app_error handlers void app_error_handler_bare(ret_code_t error_code) and then __WEAK void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info). When I look at the stack trace I see a NULL pointer or one that points to illegal memory which causes a memory fault. I can see in the function that is calling the function that shows the illegal pointer value that the calling function has a valid location it is trying to pass to the function that gets the corrupted pointer that causes the fault. I have only seen the issue with call stack traces that start from an interrupt service routine. I have seen it happen in 3 different ISRs. I attached one here and saw the UART receive data interrupt happen with the fault and one other case. The ram errata [108] seems to match the symptom if the interrupts are happening in a way that it wakes up the arm processor.