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

if (!nrfx_is_in_ram(buf)) causes Reset

I testing UART0 data transmossion. But, could resolve why CPU resets when executing : if (!nrfx_is_in_ram(buf)) in uart_nrfx_uarte.c file. See atached image, where Reset occurs.

Parents
  • Hi, while debugging, I reached upto the library function, 

    n_ra

    and there, as per formula, evaluated the result. The buffer address was 20001172....after logical AND with E000,0000 .. it is 2000,0000. So, the function must return. It seems, the program crashes during AND operation of the contents. 

Reply
  • Hi, while debugging, I reached upto the library function, 

    n_ra

    and there, as per formula, evaluated the result. The buffer address was 20001172....after logical AND with E000,0000 .. it is 2000,0000. So, the function must return. It seems, the program crashes during AND operation of the contents. 

Children
No Data
Related