II.
LibraryProcess overview
Reference · livelib-process:embedded-systems--hardware-bring-up
specializations/embedded-systems/hardware-bring-up overview
Hardware Bring-Up Process - Initial validation and testing of new hardware platforms, including power-on sequence verification, clock configuration, memory testing, and peripheral functionality validation using JTAG debuggers and oscilloscopes.
Attributes
displayName
specializations/embedded-systems/hardware-bring-up
description
Hardware Bring-Up Process - Initial validation and testing of new hardware platforms, including power-on
sequence verification, clock configuration, memory testing, and peripheral functionality validation using JTAG debuggers
and oscilloscopes.
libraryPath
library/specializations/embedded-systems/hardware-bring-up.js
specialization
embedded-systems
references
- - Hardware Bring-Up Best Practices: https://www.embedded.com/hardware-bring-up-best-practices/
- - JTAG Debugging: https://interrupt.memfault.com/blog/a-deep-dive-into-jtag
- - Embedded Systems Debugging: https://www.embedded.com/debugging-embedded-systems-with-oscilloscopes/
example
const result = await orchestrate('specializations/embedded-systems/hardware-bring-up', {
boardName: 'CustomBoard-Rev2',
hardwareRevision: 'Rev2.1',
targetMcu: 'STM32F407VG',
debugInterface: 'JTAG',
schematicPath: 'docs/schematics/custom-board-v2.pdf'
});
usesAgents
- hw-bringup-specialist
- embedded-tech-writer
Outgoing edges
lib_applies_to_domain1
- domain:embedded-systems·DomainEmbedded Systems
lib_belongs_to_specialization1
- specialization:embedded-systems·Specialization
lib_implements_workflow1
- workflow:firmware-release-cycle·WorkflowFirmware Release Cycle
lib_involves_role1
- role:embedded-engineer·RoleEmbedded Engineer
lib_requires_skill_area2
- skill-area:rtos-programming·SkillAreaRTOS Programming
- skill-area:firmware-development·SkillAreaFirmware Development
uses_agent2
- lib-agent:embedded-systems--hw-bringup-specialist·LibraryAgenthw-bringup-specialist
- lib-agent:embedded-systems--embedded-tech-writer·LibraryAgentembedded-tech-writer
Incoming edges
None.