Description
Analyze and improve probe access scheduling in pyocd run for concurrent features:
- RTT
- SWO
- Semihosting (incl. target state checks)
Requested priority order:
- SWO (highest)
- RTT
- Semihosting / target state polling (lowest)
Goal:
- Reduce contention/latency and avoid data loss when multiple services are active.
- Ensure semihosting and state checks do not starve RTT/SWO probe access.
Is this request a Security Requirement?
Priority
High
Related Issues (Optional)
No response
Additional Notes (Optional)
No response