I’m trying to establish if appzone C allows us to run a quite complex application on the LE910v2 module directly. Is there any documentation available stating certain limits, i.e. max RAM/process etc.? How far can one push an application running on this module? For example, is it possible to create threads – libpthread for example? (Apologies if that sounds somehow crazy).
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hello,
I’m trying to establish if appzone C allows us to run a quite complex application on the LE910v2 module directly. Is there any documentation available stating certain limits, i.e. max RAM/process etc.? How far can one push an application running on this module? For example, is it possible to create threads – libpthread for example? (Apologies if that sounds somehow crazy).
Thanks,
Peter
The Appzone C API reference is here.
The modules are quite generous both in flash space and RAM full, very complex application can be hosted and run.
Regarding threads the answer is yes, see m2m_os_create_task and related functions in m2m_os_api.