esp_rom_software_reset_cpu() function
Software Reset cpu core. It is not recommended to use this function in esp-idf, use esp_restart() instead.
Syntax
void esp_rom_software_reset_cpu(int cpu_no); Arguments
cpu_no
The CPU to reset, 0 for PRO CPU, 1 for APP CPU.