Hi all, 

I have made a new lwIP 1.3.0 project (with no OS) based on a project that runs 
well.  Now this new project fails to initialize. I got a system assert in 
memp_malloc(): LWIP_ERROR("memp_malloc: type < MEMP_MAX", (type < MEMP_MAX), 
return NULL;)

I did'nt change any options in files opt.h or lwiopts.h, and my settings has 
always been to define MEMP_OVERFLOW_CHECK  0.

any idea of option I could do to debug that?

I've tried to define MEMP_OVERFLOW_CHCK to 1 and to 2, but the cpu hangs 
somewhere in memp_overflow_check_all().(But this problem is not lwip related).

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

Reply via email to