@Saksham asks:
Hi everyone
, I’m building a small RTEMS-based satellite telemetry simulation where multiple tasks handle sensors, telemetry, and command decoding.
I’d like to ensure deterministic behavior between the Sensor Task (running every 1s) and the Telemetry Task (running every 5s).
What’s the best way in RTEMS to maintain this fixed periodicity — should I use rtems_rate_monotonic_period() or Clock Manager timers for tighter control?”