rcreceiver is a multi-protocol RC-link decoder for drone / UAV flight control, 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:
rc_receiver is a multi-protocol RC-link decoder for drone / UAV flight control, delivered as synthesizable SystemVerilog soft-IP on an APB4-lite slave with built-in ASIL-B safety instrumentation.
Futaba SBUS, TBS CRSF / ExpressLRS, PPM
ASIL-B (SEooC) · SPFM 93.75% · LFM 90.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [0]EN [2:1]PROTO(0=SBUS,1=CRSF,2=PPM) [3]INV(SBUS line invert) |
0x04 | BAUDDIV | [15:0] 16x-oversample divisor = clk/(16*baud) |
0x08 | FRAME_TO[31:0] | staleness watchdog timeout in clk cycles (0 = disabled) |
0x0C | PPM_CFG | [15:0]=PW_MIN [31:16]=PW_MAX (PPM pulse-width window, clk cycles) |
0x10 | STATUS | RO [0]FAILSAFE [1]FRAME_LOST [2]FRESH [3]ERR_VALID [7:4]ERR_CODE [12:8]CHAN_CNT |
…3 more registers — see datasheet for the full table.
// Minimal instantiation
rc_receiver #(
.ADDR_W(6)
) u_rc_receiver (
.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 UAV flight controllers and robotics platforms operating under a functional-safety mandate.
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