Y
Hacker News
new
|
ask
|
show
|
jobs
by
fjfaase
59 days 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).
1 comments
barbegal
59 days 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)
link