Skip to content
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

"Allow external memory as an argument to xTaskCreateStatic" should enabled by default #267

Open
3 tasks done
HAmamiya opened this issue Jan 19, 2025 · 0 comments
Open
3 tasks done

Comments

@HAmamiya
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Described the feature in detail and justified the reason for the request.
  • Provided specific use cases and examples.

Feature description

"Allow external memory as an argument to xTaskCreateStatic" should enabled by default for ESP32

Use cases

Reference https://docs.espressif.com/projects/esp-faq/en/latest/software-framework/storage/psram.html#when-using-the-xtaskcreatewithcaps-api-to-allocate-external-psram-i-encountered-the-following-error-why%E2%80%9D

I have a project which is too big for ESP32's internal ram and therefore PSRAM is installed and used. In order to free more internal memory for mbedTLS to work #266 , I attempted to use xTaskCreateWithCaps() call but failed with error exactly same as 10. of above reference. After consulting in Discord "Arduino core for Esp", I should post an issue here, and here I am :)

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant