Part Number: MSP432P401R
Tool/software: Code Composer Studio
I am in the process of Franken-combining two different examples and one uses:
MAP_Interrupt_enableMaster(); from DriverLib and the other uses:
__enable_interrupt();
Am I doing the same thing twice? Is there a difference between the two?