Hi,
I am working on nRF5_SDK_17.0.0_9d13099\examples\peripheral\uart project.
How can I increase the UART buffer? like if I have to receive 100+ bytes data how can I read? Any sample code for this?
Thanks!
Hi,
I am working on nRF5_SDK_17.0.0_9d13099\examples\peripheral\uart project.
How can I increase the UART buffer? like if I have to receive 100+ bytes data how can I read? Any sample code for this?
Thanks!
Hi,
If you want to work with larger DMA buffers I would recommend you consider using the driver directly as explained in the documentation here, or the Libuarte - advanced UARTE driver. The latter implements buffer handling and timeouts which is useful if you don't always receive data of a fixed length.