name: rx-uart-mvp description: Use when implementing or optimizing Renesas RX UART DMA MVP, including framing, throughput tuning, and PC-MCU interoperability diagnostics.
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.