pub fn halt() -> !Expand description
Halt the rp235x.
Disables the other core, and parks the current core in an infinite loop with interrupts disabled.
Doesn’t stop other subsystems, like the DMA controller.
When called from core1, core0 will be kept forced off, which likely breaks debug connections. You may need to reboot with BOOTSEL pressed to reboot into a debuggable state.