This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS0432: Understanding the initialization routine

Expert 1995 points
Part Number: TMS570LS0432
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.