Tool/software: TI C/C++ Compiler
Hi,
From autoinit.h file, in run_cinit() function, the function handler(load_addr, run_addr) is defined in which file?
What is the purpose of the below mentioned lines?
handler_fn_t handler = __TI_Handler_Table_Base[handler_idx];
handler(load_addr, run_addr);
Thanks,
Subha