Autonomous sensor-poll engine with APB4 slave (config) and APB4 master (sensor-side). 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:
## What it is
Autonomous sensor-poll engine with APB4 slave (config) and APB4 master (sensor-side). Round-robin polls NCH sensor peripherals with two descriptor shapes per channel (selected by CH_TYPE): READ for streaming receivers (SENT / PSI5 / SDFM / "latest-sample-in-a-register" — single STATUS read + DATA re.
Generic (ISO 26262 SEooC autonomous monitoring pattern)
ASIL-B (SEooC) · SPFM 90.50% · LFM 89.56% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [3:0] per-channel enable, [4] engine enable |
0x04 | STATUS | RO [0]=BUSY [1]=FIFO_EMPTY [11:8]=per-channel fault latched |
0x08 | POLLDIV | system clocks between sweeps (0 -> 1) |
0x0C | FIFODATA | RO (pop head data on read) |
0x10 | FIFOSTAT | RO [1:0]=head ch [2]=valid [7:4]=level |
…5 more registers — see datasheet for the full table.
// Minimal instantiation
sensor_poll #(
.ADDR_W(6)
) u_sensor_poll (
.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 motor drives, power conversion, and sensor front-ends in automotive and industrial systems.
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