
ECSS-E-ST-50-15C spacecraft CAN overlay — dual-bus redundancy, CANopen frame-integrity plausibility… It is delivered as a licensable soft-IP block engineered as an ASIL-B Safety Element out of Context — not just RTL, but the complete functional-safety work package needed to carry it into an ISO 26262 program:
ecss_can is an ECSS-E-ST-50-15C “CANbus extension protocol” layer — the European spacecraft onboard-bus standard — delivered as synthesizable SystemVerilog soft-IP with an APB4-lite control interface and built-in ISO 26262 (ASIL-B) / space-grade safety instrumentation.
ECSS-E-ST-50-15C (Spacecraft CANbus extension protocol), CANopen (CiA 301), CAN 2.0B / CAN-FD (via can_fd/can_xl); ISO 26262 ASIL-B SEooC (SPFM 93.20%, LFM 88.36%, PMHF 4.60×10⁻⁹/h)
ASIL-B target (SEooC) · SPFM 93.20% · LFM 88.36% · Informational — not gated
Informational FMEDA — this IP is reported but NOT gated. The SPFM/LFM figures above are engineering estimates from a model that is not held to the ASIL metric gates (QM, safety-by-composition, a vendor-core overlay, or a pre-sign-off Technology Preview, depending on the IP). They are not a certification claim and must not be relied on as one. See the safety manual for this IP’s exact status, assumptions of use, and any open items.
ISO 26262-5 FMEDA method (transferable evidence for the ECSS-Q-ST-60 / radiation case) · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [0]=EN [1]=REDUN_EN [2]=TIME_MASTER [3]=TIME_SLAVE [4]=HB_EN |
0x04 | NODECFG | [6:0]=NODE_ID [15:8]=HB_PERIOD(x256 cyc) |
0x08 | STATUS | (RO) [0]=ACTIVE_BUS(0=A,1=B) [1]=A_ALIVE [2]=B_ALIVE [3]=SYNC_OK [4]=HB_OK [7:5]=fsm_state |
0x0C | TIME_VAL | time-master: write the 32-bit onboard time to distribute |
0x10 | TIME_PULSE | time-master: write 1 -> emit a TIME message carrying TIME_VAL |
…5 more registers — see datasheet for the full table.
// Minimal instantiation
ecss_can #(
.ADDR_W(6)
) u_ecss_can (
.clk (clk),
.rst_n (rst_n),
// APB4
.p_paddr (paddr),
.p_psel (psel),
.p_penable (penable),
.p_pwrite (pwrite),
.p_pwdata (pwdata),
.p_prdata (prdata),
.p_pready (pready),
// Safety
.err_clear (1'b0),
.err_valid (err_valid),
.err_code (err_code)
);Configure via the CTRL register after reset to enable the IP and set operating parameters. Monitor err_valid / err_code for any safety faults reported by the built-in safety monitor.
Typically deployed in avionics, defense, and space systems built to the ARINC, MIL-STD, and CCSDS standards.
Pricing, the per-IP FMEDA, safety manual, and RTL data room are shared under a mutual NDA.
Figures are pre-silicon engineering-grade estimates for a Safety Element out of Context (SEooC); final ASIL sign-off is the integrator’s, supported under NDA. FMEDA and Safety Manual available under NDA.
circuit-design.space · +1-971-357-1400 · anovickis@circuit-design.space