Hello
I use nrf52840, Keil uvision 5.26, Win10.....
when i test the board, program run into hardware fault.
that reason is No I2C response, and i delete int the I2C function code's APP_ERROR_CHECK macro. then board work well.
in the same reason, another APP_ERROR_CHECK point board run into hardware fault
i try delete all APP_ERROR_CHECK macro, but very........
i want APP_ERROR_CHECK return always NRF_SUCCESS, like ignore APP_ERROR_CHECK function.
i think, if change the setting or parameter value, APP_ERROR_CHECK is always return Success value.
is it possible?
please tell me about change point that APP_ERROR_CHECK return Success Value.
Thank you