This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NRF_ERROR_INTERNAL err code 3003

Hi,

I'm trying to connect to BLE and send data on UART. I'm using nrf51422 with softdevice s310 and SDK v5.2.0.

The following code gives me error 3003 which I figured out it is NRF_ERROR_INTERNAL. Can any one please let me know what does NRF_ERROR_INTERNAL error means?

  err_code = ble_nus_send_string(&m_nus, data_a,
                (length - offset + length1 + 1 ));
        APP_ERROR_CHECK(err_code);

Thanks

Related