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•1m 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)
fjfaase•54m ago
barbegal•1m ago