RX UART MVP Skill
When to use
- •RX MCU UART + DMAC design or implementation.
- •Framing, variable transfer, and throughput tuning.
Workflow
- •Confirm transport assumptions: baud, frame size, timer source.
- •Apply frame contract from
references/protocol.md. - •Validate parser resilience and resync behavior.
- •Run throughput checks from
references/benchmarks.md. - •Apply SMC safety rules from
references/smc_safety.md.
Required outputs
- •Protocol compatibility statement.
- •Throughput summary with test conditions.
- •Next bottleneck and optimization step.