MCU subsystem (high-level view)
5.2 Event-driven execution and wake model
The MCU waits on a timer, interrupt, or peripheral event, executes a short service path, and returns to a low-cost idle state. External events route into MCU ISR handling through the interrupt infrastructure, with IRQ registration, wake-source classification, ISR-to-thread handoff, timer wake, GPIO wake, and UART receive activity all called out in the source.
5.3 Platform services
Table 5-2 Platform services integration

