Other Parts Discussed in Thread: HALCOGEN
Hello,
I am trying to understand the code for the initialization of the TMS570 out of Halcogen. Currently I am wondering about the scope of the following code in sys_core.asm, and belonging to _coreInitRegisters_
bl next1
next1
bl next2
next2
bl next3
next3
bl next4
next4
bx r0
Can anyone explain me what the above code actually does for the MCU ? It looks to me not really useful and then removable.