Develop firmware for microcontrollers

embedded-systemsskillsetup L39,726
Jeffallan/claude-skills
What it does

Design firmware and low-level hardware interfaces

Best for

When embedded performance or power constraints demand hardware-aware firmware.

Inputs
  • · MCU datasheet
  • · hardware schematic
  • · system requirements
Outputs
  • · firmware source code
  • · protocol implementation
  • · testing harness
Requires
  • · ARM Cortex-M toolchain
  • · RTOS
  • · oscilloscope
Preconditions
  • · Target MCU selected
  • · hardware available
Failure modes
  • · Stack overflow
  • · timer misconfig
  • · missing interrupt handlers
Trust signals
  • · Register manipulation examples
  • · interrupt handling patterns
  • · memory profiling