We are trying to figure out the memory stack size for OpenThread specially for the RAM.
a) If we have 39kbyte of RAM available (max budget) , can you confirm that we will have enough space even taking into account future Openthread enhancements ?
b) There are several configurations which can be used to tune the OpenThread configuration (For instance usage of Coap feature via the define OPENTHREAD_ENABLE_APPLICATION_COAP, etc.. ). What are the main configuration parameters which have a huge impact on the RAM consumption ? (NCP on/off; Role supported..)
c) MBDTLS seems to be quite costly in terms of memory, and there are a lot of parameter which can be used to tune this module.
Whether, it uses hardware encryption or not for example can I believe have a big impact on the RAM footprint.
d) Are there some buffers which we may need to enlarge in the future if we want to perform more demanding use cases ?
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To post to this group, send email to openthre...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/c85ff3b2-c6aa-453c-b8ab-458917a708a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/2faedf25-9953-4671-81dc-3c37c6a88606%40googlegroups.com.
Good news then.
We will go through the memory map and analyse the results and let you know.
Anyway, Openthread provide some configurable parameters (OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS) which can help us in reducing the memory size if necessary.