u/Acceptable-Cost4817

▲ 6 r/rust

I need to install my own (highly time-critical) GPIO IRQ interrupt handler, so I'm currently using the embassy_rp crate without the default rt feature enabled. Instead, I directly depend on rp_pac with the rt feature.

However, I've noticed that my second executor on core1 doesn't seem to start at all. I'm sure there are other nasty surprises when not using the rt feature - so how can can I install my own GPIO handler within embassy?

reddit.com
u/Acceptable-Cost4817 — 26 days ago