You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added some code using esp-mbedtls to an app I'm working on, and it now fails on Error -32512/-0x7f00 which I understand is 0x7F00 SSL - Memory allocation failed ?
I'm using PSRAM for memory as well.
Where does esp-mbedtls take memory from? Is it using PSRAM if available through alloc? Or is it limited to using the standard RAM which is more limited (and embassy seems to take a lot of space there)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I added some code using esp-mbedtls to an app I'm working on, and it now fails on Error -32512/-0x7f00 which I understand is
0x7F00 SSL - Memory allocation failed
?I'm using PSRAM for memory as well.
Where does esp-mbedtls take memory from? Is it using PSRAM if available through alloc? Or is it limited to using the standard RAM which is more limited (and embassy seems to take a lot of space there)?
Beta Was this translation helpful? Give feedback.
All reactions