I have two questions about the STC of TMS570ls3137.
First, what is intervals real meaning? When I add one more interval, the test cycle will add 1365. And if I set 8 intcount in STCGCR0, the intervals is 8 and to run this function three times, can its test coverage achieve 90.21? In every 1365 test cycle, does it run the same test program?
Second, at STCGCR0 we can set RS_CNT at 0 so that continue STC run from the previous interval. But how can I stop STC run at some interval and to make STC continue run at which I stop last time? Is there any event can stop the STC run lead to STC run cannot run from interval0 to inerval24 directly?