ESP32 (ESP-IDF) 上 esp_startup_start_app_common() 在哪里启动?
esp_startup_start_app_common() 在 start_cpu0_default() 中被调用,该函数位于 components/esp_system/startup.c
注意 start_cpu0_default() 是 start_cpu0() 的弱别名。
对于 ESP-IDF 版本 4.4.1,这是它被调用的位置的链接。
Check out similar posts by category:
Embedded, ESP8266/ESP32
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow