ulp_process_macros_and_load() function
Resolve all macro references in a program and load it into RTC memory
Arguments
load_addr
address where the program should be loaded, expressed in 32-bit words
program
ulp_insn_t array with the program
psize
size of the program, expressed in 32-bit words
Return value
- ESP_OK on success - ESP_ERR_NO_MEM if auxiliary temporary structure can not be allocated - one of ESP_ERR_ULP_xxx if program is not valid or can not be loaded