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

how to get advanced control of the CPU ? (frequency, app core) #488

Closed
nponsard opened this issue Oct 6, 2024 · 2 comments
Closed

how to get advanced control of the CPU ? (frequency, app core) #488

nponsard opened this issue Oct 6, 2024 · 2 comments

Comments

@nponsard
Copy link

nponsard commented Oct 6, 2024

Hello, I've been searching in the available functions a way to control the cores, their frequency and start the second core on the esp32-S3 but didn't find any function in the libs using idf (I'm intested in being able to use std).

Is there a way to do it ?

@Vollbrecht
Copy link
Collaborator

For general configuration like default clock speed etc you use the sdkconfig file in your project. All possible keys and there values can be found in the official docu. In this case you can check this option.

You don't need to do anything to use both cores as its the default to use both on every dual core esp variant. The scheduler will move the task/threads appropriately where there is free execution time.

For general question feel free to check out our matrix channel linked in the README

@nponsard
Copy link
Author

nponsard commented Oct 6, 2024

Thanks !

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

No branches or pull requests

2 participants