|
Readme
This is a C language project that implements aperiodic
interrupts using TimerG7. This sequence repeats every 7ms.
- Task0, PA8 is toggled, then it waits 4ms
- Task1, PA9 is toggled, then it waits 2ms
- Task2, PA16 is toggled, then it waits 1ms

Assuming this is the highest priority interrupt, profiling shows these three tasks run without jitter.
Derived from Texas Instrument code
- timx_timer_mode_periodic_sleep_LP_MSPM0G3507_nortos_ticlang
- gpio_toggle_output_LP_MSPM0G3507_nortos_ticlang
|