Studio:Can I use STRIDE if my embedded code has real-time constraints?
Jump to navigation
Jump to search
The STRIDE components and architecture are tailored specifically to embedded applications, overhead is minimal. STRIDE’s target components consume very little memory and can be configured to run at low priorities. Similarly, tracing overhead is minimized by collecting raw data on the target, and uploading tracing information at a low priority task to the host for processing.
If tight real-time constraints are a concern, STRIDE also supports target-resident test code, which minimizes transactions or overhead over the transport. In this case, STRIDE provides a framework for automating and managing the execution of the on-target test code, and publishing the test results.