-
Notifications
You must be signed in to change notification settings - Fork 7.6k
MBEDTLS with External PSRAM is not working. #4818
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
Comments
@igrr your help is needed on this one please. |
|
|
This sdkconfig utilises PSRAM with MBEDTLS |
duplicate? |
Duplicate @me-no-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Arduino Master branch.
Problem is simple.
We are trying to call one simple HTTPS api,
We are using to build custom lib.
We are enabling PSRAM in menuconfig and choosing MBEDTLS in EXTERNAL RAM.
The problem is when we enable that in components it's getting crashed.
When we use internal ram it works fine.
Steps to reproduce the issue at your side.
Use the sdkconfig fille that i am sharing right now,
compile the libs, copy paste the out/sdk/ libs to current arduino folder and run this code.
I am posting three different things.
sdkconfig,
.ino example file.
and if you do not want to go through all of the custom building,
The zip of our compiled out folder.
I have tried so many times using different versions and i firmly believe the issue is at esp side just need to figure out what it is.
ESP32 chip version.
ESP32-D0WDQ6-ATUB00
The text was updated successfully, but these errors were encountered: