Profile Identifier: UIF-MSPI (provisional)
Version: 0.1 (Draft)
Status: Draft
Depends On: Interfaces and Versioning, EEPROM Metadata, Architecture
This is a Draft Unit Interface Profile for Managed Units that require a high-level SPI-transported Unit API. It is versioned independently from UIF-I2C-6. The profile-independent rules apply and are not repeated here.
While this profile is Draft, it is not release-binding: no Unit or host may claim Released conformance until the open items below are resolved and the profile is versioned to a 1.x release.
The Managed SPI profile serves Units that expose a versioned, high-level Unit API over an SPI transport — for example radio, GNSS or compute-bearing Units — where the host operates the Unit through its API rather than through register-level access.
The profile retains the discovery/power/ready core shared with UIF-I2C-6:
UIF_PWR_VINGNDUIF_I2C_SCLUIF_I2C_SDAUIF_PWR_ENUIF_READY
and additionally provides the Managed-Unit transport and control signals:
UIF_SPI_SCKUIF_SPI_MOSIUIF_SPI_MISOUIF_SPI_CS_NUIF_IRQ_NUIF_RESET_N- one or more profile-defined synchronization or auxiliary signals when required
Discovery and identity remain on the I²C bus (UIF_I2C_SCL/UIF_I2C_SDA) exactly as for UIF-I2C-6, so a host discovers and validates a Managed Unit before enabling it, then uses SPI for functional Unit API traffic.
- SPI is the transport; the semantic contract is the Unit API defined per EEPROM Metadata and the AURIORA Firmware Style Guide (Managed Unit API rules). The profile does not define the Unit's functional command set.
UIF_READYis controlled by the Unit controller and asserted only after successful firmware initialization, per Interfaces and Versioning.- Where a dedicated hardware synchronization signal is provided, the host must not depend on timing derived only from software message latency.
UIF_IRQ_N— general event notification.UIF_IRQ_Nis a general active-LOW asynchronous event notification signal from the Managed Unit to the host. It signals that one or more Unit API events are pending — for example: new data is available, a received communication packet is available, a status change occurred, a warning or fault requires host attention, or another Unit API event is pending. It MAY therefore serve as a data-ready indication when a Managed Unit requires one.- The signal MUST NOT encode the exact event type directly. After detecting assertion of
UIF_IRQ_N, the host SHALL query the Managed Unit through the Unit API to determine the pending event or events. - Multiple event causes MAY be pending simultaneously. The Unit API MUST provide a deterministic method to read, acknowledge and clear pending events.
- Separate standardized signals such as
UIF_DATA_READY,UIF_RX_READYorUIF_FAULTSHALL NOT be introduced unless a future interface profile has a demonstrated timing or safety requirement thatUIF_IRQ_Ncannot satisfy. - The concrete electrical implementation of
UIF_IRQ_N— drive type, pull-up requirements, voltage thresholds, assertion timing and behavior while the Unit is unpowered — remains an open item until the Managed SPI electrical specification is finalized (Section 4).
- The signal MUST NOT encode the exact event type directly. After detecting assertion of
The following are OPEN and deliberately unresolved in this Draft. They must be decided and recorded (an EDR is required for a Platform interface decision, per Decisions and Governance) before this profile reaches 1.0:
- Connector family, part number, mechanical format and keying. Not selected.
- Final pin count and pin ordering. The signal set above is defined; the physical pinout is not.
- Number and definition of the profile-specific synchronization/auxiliary signal(s).
- Concrete electrical limits: logic levels,
UIF_PWR_VINrange, per-rail current limits, SPI clock rate, timing,UIF_RESET_Npolarity and drive,UIF_IRQ_Ndrive type / pull-up / thresholds / assertion timing / unpowered behavior (its active-LOW semantics are defined in Section 3), ESD and hot-plug behavior. - Provisional identifier
UIF-MSPI— confirm or replace at1.0.
| Version | Change | Compatibility Impact |
|---|---|---|
| 0.1 (Draft) | Initial draft: defines the required Managed-Unit signal set and semantics; connector, pin count and electrical limits left open. | Not release-binding |
| 0.1 (Draft) | Clarification: defined UIF_IRQ_N as a general active-LOW asynchronous event-notification signal (host queries the Unit API for the cause; no per-event signals); electrical implementation kept open. |
None (draft clarification) |