ERROR 3 [NRF_ERROR_INTERNAL] nrf_libuarte_async_init

Hi,

I am adding UART in my peripheral project and getting the following error. Kindly suggest.

Parents Reply
  • Please double check if you have declare the module with NRF_LIBUARTE_ASYNC_DEFINE() and call nrf_libuarte_async_init() prior to nrf_libuarte_async_enable()

    Yes, I have checked and all are declared.


    Have you tried to step into the code of nrf_libuarte_async_enable() ? We can't help you if you don't try to do any debugging. 

    Sorry I was stepping into the code but getting an error immediately and not able to get on which line I am getting this error.

    I have attached my project can you please check the issue? I am trying but not able to find issue

     

    Muqarrab(3.0.6).zip

Children
Related