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…