Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHI provintan,
I don't what speed can u reach (I haven't test it exactly yet), but I could suggest you some modifications: - implementing rx procedure through interupt, instead with polling as is in the web server example. - put interupt vector table in a TCM, along with interupt stack and interupt function - i'm designing a custom peripheral for checksum calculation - stand alone LWIP is faster (or better RX and TX speed are more balanced) I don't if this could help u.... bye