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
  • 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. 

    You would need to set a breakpoint inside the function and step by step check what causes the assert. The code is not a black box. 

    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()

Children
No Data
Related