ecsscan is an ECSS-E-ST-50-15C “CANbus extension protocol” layer — the European spacecraft onboard-bus standard — delivered as synthesizable… 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 CAN) + CANopen (CiA 301); space device assurance to ECSS-Q-ST-60-02C, radiation ECSS-Q-ST-60-13 (TID/SEE/SEL); ISO 26262 FMEDA (SPFM/LFM/PMHF) carried as transferable random-fault evidence
ASIL-B (SEooC) · SPFM 93.20% · LFM 88.36% · PASS
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 · sales@circuit-design.space