Where is esp_startup_start_app_common() started on the ESP32 (ESP-IDF)?
esp_startup_start_app_common()
is called in esp_startup_start_app(), which is a function specific to the architecture (xtensa
or riscv
).
For version 4.4.1 of the ESP-IDF, this is the link to the location where it is called for the xtensa
port.