Hi,
I see following in BIOS document "HWI_enable cannot be called from the program’s main() function". What is the effect of calling this from main()? In our target code interrupt enable in main (c64x and c64x+ DSPs). Is this a serious issue?
If only individual interrupts are enabled in main() but not the GIE bit, does it have any difference in behavior? If both are individual interrupts and GIE bit are enabled in main(), is there any difference in behavior?
Is there a history (reasoning) behind why interrupts should not be enabled inside main()?
I'm investigating some product issue and noticed this in our legacy code.
Regards,
Justin