FMC internal peripheral

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

Article purpose

The purpose of this article is to

  • briefly introduce the FMC 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, when needed, how to configure the FMC peripheral.

Peripheral overview

The FMC peripheral is used to interface an STM32 MPU with SLC 8-bit or 16-bit NAND Flash memory devices.
The FMC NAND controller supports:

  • Programmable error correction capability (ECC) using BCH8 code, BCH4 code or Hamming code
  • Programmable page size of 2048, 4096 and 8192 bytes
  • Programmable memory timings
  • Multiple dice per package.

Features

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

Security support

The FMC is a non-secure peripheral.

Peripheral usage and associated software

Boot time

FMC instance is boot device that support serial boot for Flash programming with STM32CubeProgrammer.

Runtime

Overview

The FMC instance can be allocated to the Arm® Cortex®-A7 non-secure core to be controlled in Linux® by the MTD framework

Chapter #Peripheral assignment describes 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)
Mass storage FMC Linux MTD Framework

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.

For Linux kernel configuration, please refer to FMC device tree configuration

Peripheral assignment

Internal peripherals assignment table template

| rowspan="1" | Mass storage
| rowspan="1" | FMC
| FMC
| 
| 
|
|
|-
|}

How to go further

References


<securetransclude src="ProtectedTemplate:ArticleBasedOnModel" params="Internal peripheral article model"></securetransclude>