Can I use UART Receive Callback with RUN

I want to make large buffer for serial data (5Kbyte or more).

Can I use UART Receive Callback with RUI ?

Thank you

@fomi can you assist here?

Hi @SnarkTail,

You can use UART receive callback function of RUI to get the UART data, but there is only 256 Byte buffer now, and you can’t modify it because the RAM isn’t big enough to support 5K Byte.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.