Hi Folks,

I'm working on a microcontroller application with FreeRTOS + LwIP 1.4.1.
The situation: I'm reading data from the SD card via SPI and send it over
TCP connection (with netconn API). Currently it's done by:
copy data into buffer
put buffer into netconn_write()

The question is:
How can I get the buffer of the connection and write directly into it?

Regards,
Norbert
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to