Skip to content

Is there a way to get esp-mbedtls use PSRAM? #55

Answered by bjoernQ
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

Yes it's also available on S3 now (since esp-hal 0.21.0) - it's internal RAM which is used by the bootloader during boot.

You could reduce the allocation area in dram1 and have more space for the stack then

esp-alloc will try the first region which qualifies for the required type of memory and tries the next region if it fails.
"Normal" allocations don't require anything special which means they will first "eat up" the first added region first

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@yanshay
Comment options

@bjoernQ
Comment options

@yanshay
Comment options

@bjoernQ
Comment options

Answer selected by yanshay
@yanshay
Comment options

@bjoernQ
Comment options

@yanshay
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants