Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I've been debugging some code including the SNMP provided on the site, but have run up against a memory allocation problem for multiple SNMP messages. On the the 3rd message embedded in a datagram, memp_alloc fails, presumably due to hitting the pool memory limit. As the structs being saved aren't that big I assume that I could increase the size of the pool - please can someone tell me how?
As an aside, it appears that SNMP won't work alongside code I've successfully debugged running an HTTP server - surely they must co-exist?