Agent workflows
Retrieval patterns that keep hardware identity, evidence, and gaps explicit.
Peripheral implementation or review
Use one get_peripheral_bringup call with the exact implementation goal. Include known package, revision, clocks, signals, modes, and sign-off criteria.
The output is organized for a decision:
target— what hardware and release were actually used.decision— whether the evidence supports proceeding.coverage— returned, available, omitted, and missing evidence by topic.pin_mapping— package-applicable signals.registers— offsets and goal-relevant fields without invented base addresses.electrical— conditioned limits kept separate from selector metadata.errata— direct peripheral limitations and cross-cutting hazards.sources,gaps, andnext_actions— audit trail and unresolved work.
Catalog discovery
For a new family:
- Call
search_partswith the identifier or ordering code. - If ambiguous, select the exact selector part deliberately.
- Call
get_part_sourcesfor official source coverage and archive state. - Call
resolve_partonly when you are ready to enter the verified-fact corpus.
This two-level process prevents an agent from treating a catalog listing as evidence that a specific electrical or register fact was verified.
Atomic expert drill-down
Use resolve_part followed by get_context when you need one topic or when a bring-up result reports omissions.
resolve_part → confirm package/revision/topics → get_context → follow cursorPin corpus_release for reproducible reviews. Keep the original filters unchanged while paging.
Safety-critical review checklist
- Exact part, package, silicon revision, and release are confirmed.
- Every used limit satisfies all listed conditions.
- No
not_indexed,no_match,partial, orblockedstate is ignored. - Human-resolved facts include a resolution appropriate to the target.
- Datasheet headlines are not applied across incompatible packages or revisions.
- Register offsets are not converted into absolute addresses without a cited base address.
- The relevant errata set is reviewed before final sign-off.
Errata is an evidence retrieval system, not a substitute for engineering judgment or the publisher’s normative documentation.