SPDIFRX internal peripheral

来自百问网嵌入式Linux wiki
Wiki讨论 | 贡献2020年11月5日 (四) 11:04的版本 (创建页面,内容为“==Article purpose== The purpose of this article is to: * briefly introduce the SPDIFRX peripheral and its main features * indicate the level of security supported by…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Article purpose

The purpose of this article is to:

  • briefly introduce the SPDIFRX peripheral and its main features
  • indicate the level of security supported by this hardware block
  • explain how each instance can be allocated to the three runtime contexts and linked to the corresponding software components
  • explain how to configure the SPDFIRX peripheral.

Peripheral overview

The SPDIFRX peripheral, is designed to receive an S/PDIF flow compliant with IEC-60958 and IEC-61937. The SPDIFRX receiver provides two separated paths to retrieve the audio data and the user and channel information.

Features

Refer to the STM32MP15 reference manuals for the complete feature list, and to the software components, introduced below, to see which features are implemented.

Security support

The SPDFIRX is a non secure peripheral.

Peripheral usage and associated software

Boot time

The SPDFIRX is not used at boot time.

Runtime

Overview

The SPDIFRX instance can be allocated to:

Chapter #Peripheral assignment exposes which instance can be assigned to which context.

Software frameworks

Domain Peripheral Software frameworks Comment
Cortex-A7
secure
(OP-TEE)
Cortex-A7
non-secure
(Linux)
Cortex-M4

(STM32Cube)
Audio SPDIFRX ALSA framework STM32Cube SPDIFRX driver

Peripheral configuration

The configuration is applied by the firmware running in the context to which the peripheral is assigned. The configuration can be done alone via the STM32CubeMX tool for all internal peripherals, and then manually completed (particularly for external peripherals), according to the information given in the corresponding software framework article.

Configuration in Cortex-A7 non-secure software

When the Arm® Cortex®-A7 core operates in non-secure access mode, the SPDIFRX is controlled by the Linux kernel framework. Refer to the SPDIFRX Linux driver to drive the SPDIFRX through Linux kernel ALSA framework. Refer to Soundcard configuration and SPDIFRX device tree configuration to configure the SPDIFRX through Linux kernel device tree[1].

Arm® Cortex®-M4 software configuration

<securetransclude src="ProtectedTemplate:ReviewsComments" params="To be updated"></securetransclude>{{#set:Has reviews comments=true}}

Peripheral assignment

Internal peripherals assignment table template

| rowspan="1" | Audio
| rowspan="1" | SPDIFRX
| SPDIFRX
| 
| 
| 
| Assignment (single choice)
|-
|}

How to go further

The STM32H7 SPDIFRX training [2], introduces the STM32 S/PDIF Receiver interface on the STM32H7. This training also applies to the STM32 MPU SPDIFRX internal peripheral.