What is the meaning of the ” SW_CPU_RESET” log when using ESP32?
Linto
Asked: July 11, 20222022-07-11T11:58:36+05:30 2022-07-11T11:58:36+05:30In: Wireless Connectivity
SW_CPU_RESET in Espressif ESP32
Share
Related Questions
- How to Reset MCU while opening serial port in ESP32?
- How to enter the low- level RF encoder/decoder on the ESP32- C3?
- How to design the antenna on my PCB board?
- How to connect the Ethernet adapter to the embedded lwIP stack simultaneously with transparent WiFi?
- How to connect AWS IoT Core to EPS Module?
“SW_CPU_RESET” is the software reset log. For example, calling the “esp_restart()” API will print this log.
“SW_CPU_RESET” is the software reset log. For example, calling the “esp_restart()” API will print this log.
See less