Dear TI Folks,
We're currently using TI's MCU self test library (IEC60730) code for run-time periodic self test to confirm the MCU condition. However, it has been noticed that every self test routine calls DINT and EINT before and after the self test code. This actually caused problem in our normal operation since it disable all interrupts periodically. I tried to remove some DINT and found that the self test code still works correctly. I'm attempting to remove all DINT statement from the self-test code. But I'd like to hear your opinion on why those DINT statements are used anyway, and is there any potential effect we remove them?
Thanks!