Minimum Memory requirement for lwIP stack integration on stm32 devices?
Hi,
I am trying to integrate lwIP stack on stm32L0 controller(which does not have on board ETH port hence LAN IC is interfaced using SPI). i have integrated the stack but while sending the UDP packets, I am observing "hard fault".
I have few questions regarding lwIP stack-
1)what is the minimum RAM and flash requirement to integrate the lwIP stack?
2)My controller is having 20Kb of RAM and 192Kb of flash. My code is using 15-16Kb of RAM after integrating the stack. Is this memory enough to operate stack properly without hard faults?
3)if yes ,what are the possible reasons that can cause hard fault while sending the UDP packet?
4)in no, do i need to consider using controller with much more RAM size?
5)Is 20Kb enough memory for operation of user application and lwIP stack?
Any inputs on above points will be very helpful.
Thanks!
