Other Parts Discussed in Thread: SYSCONFIG
Dear champs,
I am asking this for our customers.
Suppose the user already enable some interrupts in the initialization by NVIC_EnableIRQ(), how does the user disable all these enabled interrupts for some time once and then enable them once?
Somewhat like below used in MSP430 and C2000 F28x.
DINT;
EINT;
Are there corresponding simple API or C/intrinsic codes for the user?