Hi,
I was looking at the sys_startup.c file for the TMS570 as generated by HALCoGen and noticed a call to this function:
_coreEnableIrqVicOffset_
mrc p15, #0, r0, c1, c0, #0
orr r0, r0, #0x01000000
mcr p15, #0, r0, c1, c0, #0
bx lr
.endasmfunc
Seeing as there is no VIC on the TMS570, is this an unnecessary init function or is there something going on here that the function naming does not represent?
Thanks,
Marco