Hi,
It seems like there are many instances of ASSERT/NRFX_ASSERT that execute crucial checks prior to actions like dereferencing pointers, and they perform a reset if the assert fails. If DEBUG_NRF is not defined and ASSERT gets compiled out, is there any danger of the device entering an irrecoverable fault state without these asserts to reset the device? Presumably, DEBUG_NRF is not intended to be used for production, but I'd like to confirm that this is the case. Thanks!