返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Embedded Systems

嵌入式系统的逐步指导

person作者: jakexiaohubgithub

Embedded Systems

Build robust embedded systems by combining hardware-aware design with testable firmware patterns.

When to Use

  • You are building firmware for MCU/SoC targets.
  • You need guidance on peripheral control, timing, and power/resource management.

Workflow

  1. Define hardware constraints, memory budget, and real-time requirements.
  2. Plan firmware layers (drivers, middleware, application logic).
  3. Design interrupt/DMA/timer interactions and failure recovery behavior.
  4. Validate power, latency, and reliability tradeoffs.
  5. Provide hardware-in-loop testing and debugging checklist.

Output

  • Firmware architecture guidance
  • Timing and reliability recommendations
  • Validation checklist for embedded testing