-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OOB_5_4] tls-client got "SSL - Memory allocation failed" #54
Comments
@SimonB @MarceloSalazar Could you give comment for this issue? |
Looks like a memory problem. The suspicion is the heap isn't big enough with IAR. @mazimkhan - Can you please look at this? |
@soramame21 please try with latest mbed-os that has fix for the memory issue. |
ARM Internal Ref: IOTSSL-1248 |
@mazimkhan I'll try it tomorrow. thanks. |
Memory issue for NUCLEO_F429ZI and UBLOX ODIN W2 is fixed by mbed-os ARMmbed/mbed-os#3871 |
Please try with this PR on mbed-os |
Updated my comment above. This issue should be fixed by ARMmbed/mbed-os#3902 |
I confirm PR ARMmbed/mbed-os#3902 fixes memory allocation problem when building with IAR |
@mazimkhan @MarceloSalazar yes, I verified the fix for IAR toolchain as well. |
Can this be closed now? |
I got following error when running tls-client on NUCLEO_F746ZG.
It related memory handling by IAR compiler.
How to build the bad executable
How to build a working executable
The text was updated successfully, but these errors were encountered: