This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_ERROR_RESOURCES after upgrade to SDK 17

Hi,

I've upgraded my SDK from 15.2 to 17.

After upgrading - I can't connect my device via NFC - it keeps disconnect with NRF_ERROR_RESOURCES.

I've tried to increase BLE queue size, it didn't help.

Can you please help me?

Thanks!

Parents
  • Hi 

    Can you give me a bit more detail on what you are doing when this error is returned?

    When sending data over BLE it is quite normal to get the NRF_ERROR_RESOURCES error when the buffers are full, but this should not cause the link to disconnect, unless you explicitly disconnect when the error is returned. 

    Is your code based on one of the examples in the SDK, or is it created from scratch?

    Best regards
    Torbjørn

Reply
  • Hi 

    Can you give me a bit more detail on what you are doing when this error is returned?

    When sending data over BLE it is quite normal to get the NRF_ERROR_RESOURCES error when the buffers are full, but this should not cause the link to disconnect, unless you explicitly disconnect when the error is returned. 

    Is your code based on one of the examples in the SDK, or is it created from scratch?

    Best regards
    Torbjørn

Children
Related