Hi all,

i'm using lwip 1.4.1 with FreeRTOS on STM32F107CV. I realized a little
client application with the Netconn API. My Application must sent incomming
data from UART (115200Bd) to a server on a PC. All works fine, but when my
application must sent data very fast, my application goes into a the
HardFault_Handler or the Client-Task stops to work. In the HardFault_Handler
i check the last programcounter address and its show me the line
memp_tab[type] = memp->next; in memp.c. I think that "memp->next" point to
an not existing address on my µC. Have somebody an idea how can solve this
problem.

Sorry for my english 
 
regards 

Riccardo




--
View this message in context: 
http://lwip.100.n7.nabble.com/lwip-stops-work-by-fast-data-transmission-tp21026.html
Sent from the lwip-users mailing list archive at Nabble.com.

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

Reply via email to