Other Parts Discussed in Thread: SYSBIOS
I am running the mrr lab_07 on awr1843boost and trying to debug how the events are getting scheduled using RTOS analyzer but when I enable the logging of Swi and Hwi logging
LoggingSetup.sysbiosSwiLogging = true;
LoggingSetup.sysbiosHwiLogging = true;
my software crashes with the following message
but this behavior is not observed when I try just Tasklogging