The section below is excerpted from Code Composer Studio 3>Help> Tutorial>DSP/BIOS>Getting Started With DSP/BIOS>Creating a DSP/BIOS Program>Things to Try:
Run the program. At the first breakpoint, use View->CPU Registers->Core Registers to see a list of register values. Notice that GIE is 0, indicating that interrupts are disabled while the main function is executing. Run to the next breakpoint. Notice that GIE is now 1, indicating that interrupts are now enabled.
But I was wondering how come,or why's that?I hope you can explain it for me.