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.
6 years, 9 months ago.
Ublox C027 and Amazon Web Services
Hi,
I'm trying to connect the u-blox c027 to AWS without success.
Right now, I'm working in an example (mbed-ethernet-sample techcon 2016) modify for c027 (cellular) using mbed-os, easy-connect mbed client and so on. It fails with the "operator new out of memory" in the M2MInterfaceFactory::create_interface function(...)
Reading around it appears that the whole thing (as-is) is probably eating all of the 32k of ram (23k report in online compiler) is there a way to reduce the required ram amount ?
Could it work on a 32k ram system by reducing the mbed-client footprint ?