ARP5583
Understanding ARP5583 in Airborne RF Systems
When an engineer designs an FPGA-based radar signal processor for a commercial aircraft, the software and hardware must not just work — they must be demonstrably safe to a standard that satisfies aviation authorities. ARP5583 provides the framework for reviewing whether that demonstration has been done correctly.
The DO-178C / DO-254 Framework
Aviation certification of electronic systems relies on two foundational documents:
- DO-178C governs software in airborne systems — covering requirements, design, coding, integration, and testing processes for airborne software.
- DO-254 governs complex electronic hardware — covering FPGAs, CPLDs, ASICs, and custom electronics where the hardware behavior is not fully verifiable by test alone.
Both documents define Design Assurance Levels A through E, with Level A (catastrophic failure condition) requiring the most rigorous process and Level E (no safety effect) requiring minimal formality.
Why RF Engineers Must Understand This
Every FPGA implementing digital predistortion for a radio PA, every DSP processing ILS localizer signals, and every ASIC running OFDM baseband processing in an airborne transceiver falls under DO-254 if it is installed in a type-certificated aircraft. ARP5583 defines the review process that DERs use to verify compliance, and engineers who understand it can design their development processes to satisfy the review checklist from the start, avoiding costly rework during certification.
Key Equations
ARP5583 (SAE Aerospace Recommended Practice 5583) is a guidance document published by SAE International that provides guidance for conducting reviews of compliance with DO-178C (Software...
Key specifications:
32.44 dB | 60 km | 99.999 % | 45 dB | 85 dB | 100 M
Power: P(dBm) = 10log(PmW), 0dBm = 1mW
Comparison
| Aspect | ARP5583 Spec | Typical Range | Impact | Design Note |
|---|---|---|---|---|
| Primary function | It is directed at designated engineering... | Application-dep. | Critical | Verify in sim |
| Operating range | ARP5583 provides the framework for revie... | Application-dep. | Critical | Verify in sim |
| Performance | DO-254 governs complex electronic hardwa... | Application-dep. | Critical | Verify in sim |
| Integration | Both documents define Design Assurance L... | Application-dep. | Critical | Verify in sim |
| Trade-off | See specification | Application-dep. | Critical | Verify in sim |
Frequently Asked Questions
What is a Design Assurance Level (DAL)?
DAL is the rigor level required for the hardware or software development process, assigned based on the severity of the failure condition resulting from malfunction or loss of the item. DAL A (catastrophic): Loss of life if this item fails — required process is most rigorous, including full independence between development and verification teams. DAL B (hazardous): Severe injuries or significant safety reduction. DAL C (major): Significant increase in workload. DAL D (minor): Slight increase in workload. DAL E: No safety effect — no special process required.
Does DO-254 apply to COTS components?
This is a common point of confusion. DO-254 applies to custom-designed complex electronic hardware. Commercial Off-The-Shelf (COTS) components (standard microprocessors, memory chips, standard logic) are handled differently — the applicant must demonstrate that the COTS component is used within its intended environment and that its failure modes are bounded. However, an FPGA programmed with custom logic is considered custom hardware under DO-254, regardless of whether the physical FPGA chip is COTS.
How does ARP5583 relate to the actual certification process?
ARP5583 provides the review checklist that an FAA DER or EASA authorized representative uses when auditing a manufacturer's DO-178C or DO-254 compliance package. It translates the abstract objectives of DO-178C/254 into specific, reviewable evidence items: 'Show me the requirements traceability matrix,' 'Show me the formal design review minutes,' 'Show me the MC/DC coverage analysis.' Engineers who structure their documentation to produce these specific evidence items will have a smoother certification review.