ets_set_appcpu_boot_addr() function
Set App cpu Entry code, code can be called in PRO CPU. When APP booting is completed, APP CPU will call the Entry code if not NULL.
Syntax
void ets_set_appcpu_boot_addr(uint32_t start); Return value
None
ets_set_appcpu_boot_addr() is called by 2 functions:
![]()
ets_set_appcpu_boot_addr()