Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Call to nrf_atfifo_item_alloc fail

Hi

I got NRF_ERROR_NO_MEM, when calling to "nrf_atfifo_item_alloc()" from "timer_req_schedule()" routine.

Is the allocation is done from the task heap or stack?

Thanks

Arik

Parents Reply Children
  • Which SDK version are you using?

    What is the exact line in the code where this error is returned. Normally the API of the libraries is documented well as to why such an error condition happens, but it could happen that the description might not be clear here.

    If you are unable to debug the error condition and find out the source of this error, then i would need to replicate this at my desk to be able to help you.

Related