I'm using MSP430FR2675 and CCS 10.3.1. Since CCS implements a complicated assert that tries to write to the debug console, is it safe to use inside of ISRs? If it is not safe to use in ISRs, what does TI recommend for halting program execution in debug builds when a given condition fails?