Hi,
I'm looking at boot_arm7r_asm.S file inside mcu+sdk and it has this function called _c_int00_sbl and the comment says that this is the entry point of the program. is this right? based on what I read on the TI Clang compiler the entry point is _c_int00 by default and nowhere in the SDK is overwritten. So I was wondering what the purpose of _c_int00_sbl is. how is it used?
Best,
Amir