News
Newest
Ask
Show
Jobs
Open on GitHub - (Updated The Title)
Running Bare-Metal Rust Alongside ESP-IDF on the ESP32-S3's Second Core
(tingouw.com)
17 points | by
MrBuddyCasino
2 days ago
1 comments
fjfaase
1 hour ago
I think you can run a single task on core 1 without interference if you give it the right priority (and disable some things).
[-]
barbegal
9 minutes ago
Yes you can pin it to core 1 whilst pinning all other tasks to core 0. Then will never be interrupted or preempted (except by interrupts created on core 1)
1 comments