Hi... i am getting the data through the RX,TX which is externally connected to the nRF52832 development kit , now i want to store the continous incoming data to the variable , how to do that ?
Hi... i am getting the data through the RX,TX which is externally connected to the nRF52832 development kit , now i want to store the continous incoming data to the variable , how to do that ?
Hi
Then you should write the data to flash when the buffer fills up using app_uart_get, and tell the other end when the buffer is cleared and the nRF is ready to receive again. You can also check out this case, which shows how you can use memcpy() to store data in a variable.
Best regards,
Simon
Hi
Then you should write the data to flash when the buffer fills up using app_uart_get, and tell the other end when the buffer is cleared and the nRF is ready to receive again. You can also check out this case, which shows how you can use memcpy() to store data in a variable.
Best regards,
Simon