Content originally posted in LPCWare by artshadow on Mon Dec 30 23:54:15 MST 2013
Hi,
I encountered a similar problem on my project.
I am trying to run both lwIP and emWin under FreeRTOS, and both of them are working fine on their own, however if I enable power to the LCD controller, some tx packets sent out by lwip are missing entirely. Both lwIP memory pools and emWin buffers are located in external RAM. It seems like some sort of conflict accessing the external RAM by the ethernet and LCD controller.
Tried changing the AHB Matrix priorities, but did not help.
Any other ideas?