Hello TI
I'm seeking TI's help to know how to measure the startup code of Halcogen generated TMS570LC4357 driver code.
I want to measure the time taken for executing code between
void _c_int00(void) in HL_sys_startup.c
and
void main() in HL_sys_main.c
I don't want to use Pin toggling method as gioInit() can be done only after core register Initializations.
Thanks in advance