ExploreEmbedded / Hornbill-Examples

89 stars 171 forks source link

running out of memory when doing the TLS handshake #13

Open wegunterjr opened 6 years ago

wegunterjr commented 6 years ago

I am getting the mbed_tls error when trying to connect to AWS. MBEDTLS_ERR_SSL_ALLOC_FAILED -0x7F00

I know it is a memory issue. I have BLE and WiFi enabled, of course, but when i get to the AWS portion, it doesn't have enough memory to allocate for the TLS Handshake. Has anyone had success with this?