esp_ipc_isr_stall_other_cpu() function
Stall the other CPU This function will stall the other CPU. The other CPU is stalled by busy-waiting in the context of a High Priority Interrupt. The other CPU will not be resumed until esp_ipc_isr_release_other_cpu() is called. - This function is internally implemented using IPC ISR - This function is used for DPORT workaround. - If the stall feature is paused using esp_ipc_isr_stall_pause(), this function will have no effect
Syntax
void esp_ipc_isr_stall_other_cpu(void);
Notes
This function is not available in single-core mode. It is the caller's responsibility to avoid deadlocking on spinlocks