Hi There
I had to learn the hard way that the boot code for BIOS 6 does not disable interrupts. now I wanted to attach my custom reset function to clear
the IER at startup using the following 2 lines in a very basic DPSBIOS 6 configuration:
var xdc_runtime_Startup = xdc.useModule('xdc.runtime.Startup');
xdc_runtime_Startup.resetFxn = "&init_all";
(btw these lines are created by code composer studio 4)
somehow this function gets never called... why is that? and why does the startup code not reset those register to make a software reset as similar as possible to a hardware reset?
This is my set of versions (platform is TMS320DM6443)
bios 6.21.01.16
dsplink 1.64
xdctools 3.16.05.35
cgt 6.1.13
Cheers,
Sam