Hello,
This description looks like an issue with connected debugger which most probably stops SCST tests execution.
In case of the debugger is connected then exceptions triggered by SCST Library for testing purposes can be captured directly by the debugger, tests execution then stop in the m4_scst_ISR_dispatcher function.
To avoid this behavior, please configure your debugger not to capture exceptions!
E.g. for Lauterbach debugger this can be done by running the following commands:
TrOnchip.Set.HARDERR OFF
TrOnchip.Set.BUSERR OFF
TrOnchip.Set.CHKERR OFF
TrOnchip.Set.MMERR OFF
TrOnchip.Set.STATERR OFF
Hope this helps…