9160 Resetting

Developing on nrf9160 using NCS 2.1.2 and MFW 1.3.3, is there any sort of Hard Fault detection and handler besides the k_sys_fatal_error_handler hook in lib/fatal_error/fatal_error.c? We're seeing resets again on a non-secure build for the nrf9160 that don't hit the error handler (which in this case, is overwritten by Nordic), so we don't get any information about the reset besides the reset reason being 0x00010000, which is AIRCR.SYSRESETREQ , but isn't coming from the error handler?

I've looked through the documentation, but don't see a list of everything that can cause that. Could it be the modem setting a reset? This has proven difficult to resolve since it isn't coming through the error handler, so there is no information beyond the reset reason register.

Parents Reply Children
No Data
Related