Other Parts Discussed in Thread: SYSCONFIG, SYSBIOS
SDK: 06.30.01.03 SDK
SysConfig Runtime Settings:
const Assert = scripting.addModule("/ti/sysbios/runtime/Assert");
const Error = scripting.addModule("/ti/sysbios/runtime/Error");
const SysCallback = scripting.addModule("/ti/sysbios/runtime/SysCallback");
const System = scripting.addModule("/ti/sysbios/runtime/System");
const Timestamp = scripting.addModule("/ti/sysbios/runtime/Timestamp");
Assert.addFileLine = false;
Error.addFileLine = false;
If I try to force an assertion by calling `Assert_isTrue(False, "Reason")`, nothing happens. The processor continues on without error. Shouldn't this cause the processor to enter an error state?
 
				 
		 
					 
                           
				