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