Hi,
I'm trying to receive data from uart in callback mode, but not able to achieve.
The incoming data is not of fixed length. so I can't set the amount of data to be received in UART_read() function so that it calls callback function when the buffer is full.
I need to copy the received data to a buffer and pass it to another function for processing.
Please help me on achieving this. If anybody has done this, kindly share the code snippets, it will be very helpful.
Thanks
BP