Registered User m (Assignment tables reviewed with architects) |
Registered User Tag: 2017 source edit |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ApplicableFor | |||
|MPUs list=STM32MP15x | |MPUs list=STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
|MPUs checklist=STM32MP13x, STM32MP15x | |MPUs checklist=STM32MP13x, STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
}}</noinclude> | }} | ||
<noinclude></noinclude> | |||
{{Warning | Concerning the {{MicroprocessorDevice | device=25}}, only the [[#Boot time assignment|boot time assignment table]] and the [[#On STM32MP25x lines|runtime assignment table]] have been updated. <br>The other chapters have not been updated yet.}} | |||
{{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 14:32, 18 July 2023 (CEST)<br />'''Information for the main writer of this article''':<br> | |||
* check that the boot time and runtime assignment tables for STM32MP25 are correct. If you disagree with any assignment, please contact the software architects. For the STM32MP25 Beta release, it is targeted to have this article published '''at least''' with the assignment tables for STM32MP25. | |||
* complete the other chapters for STM32MP25. The target date for this completion was defined with the project leaders (please contact them if needed). | |||
* remove this comment and the above warning when the article is complete.}} | |||
==Article purpose== | ==Article purpose== | ||
The purpose of this article is to: | The purpose of this article is to: | ||
Line 12: | Line 19: | ||
==Peripheral overview== | ==Peripheral overview== | ||
The '''NVIC''' peripheral is the Arm<sup>®</sup> Cortex<sup>®</sup>-M4 interrupt controller. As a result, it cannot be accessed by the Arm Cortex-A7 core. | The '''NVIC''' peripheral is the Arm<sup>®</sup> Cortex<sup>®</sup>-M4 and Arm<sup>®</sup> Cortex<sup>®</sup>-M33 interrupt controller. As a result, it cannot be accessed by the Arm Cortex-A7 core or Arm Cortex-A35 core. | ||
Refer to the [[STM32MP15 resources#Reference manuals|STM32MP15 reference manuals]] for the complete list of features, and to the software frameworks and drivers, introduced below, to see which features are implemented. | Refer to the [[STM32MP15 resources#Reference manuals|STM32MP15 reference manuals]] and [[STM32MP25 resources#Reference manuals|STM32MP25 reference manuals]] for the complete list of features, and to the software frameworks and drivers, introduced below, to see which features are implemented. | ||
==Peripheral usage== | ==Peripheral usage== | ||
Line 35: | Line 42: | ||
|- | |- | ||
<section end=stm32mp15_runtime /> | <section end=stm32mp15_runtime /> | ||
|} | |||
====On {{MicroprocessorDevice | device=21}}==== | |||
{{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp21_runtime}} | |||
<section begin=stm32mp21_a35_runtime /> | |||
| rowspan="1" | Core/Interrupts | |||
| rowspan="1" | [[NVIC internal peripheral | NVIC]] | |||
| NVIC CM33 | |||
| | |||
| | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| Fixed to CM33 | |||
|- | |||
<section end=stm32mp21_a35_runtime /> | |||
|} | |||
====On {{MicroprocessorDevice | device=23}}==== | |||
{{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp23_runtime}} | |||
<section begin=stm32mp23_a35_runtime /> | |||
| rowspan="1" | Core/Interrupts | |||
| rowspan="1" | [[NVIC internal peripheral | NVIC]] | |||
| NVIC CM33 | |||
| | |||
| | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| Fixed to CM33 | |||
|- | |||
<section end=stm32mp23_a35_runtime /> | |||
|} | |||
====On {{MicroprocessorDevice | device=25}}==== | |||
{{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp25_runtime}} | |||
<section begin=stm32mp25_a35_runtime /> | |||
| rowspan="2" | Core/Interrupts | |||
| rowspan="2" | [[NVIC internal peripheral | NVIC]] | |||
| NVIC CM33 | |||
| | |||
| | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| | |||
| Fixed to CM33 | |||
|- | |||
| NVIC CM0+ | |||
| | |||
| | |||
| | |||
| | |||
| <span title="system peripheral" style="font-size:21px">✓</span> | |||
| | |||
|- | |||
<section end=stm32mp25_a35_runtime /> | |||
|} | |} | ||
Line 40: | Line 100: | ||
Below are listed the software frameworks and drivers managing the NVIC peripheral for the embedded software components listed in the above tables. | Below are listed the software frameworks and drivers managing the NVIC peripheral for the embedded software components listed in the above tables. | ||
* '''STM32Cube''': [[ | * '''STM32Cube''': [[STM32CubeMP15 Package#HAL_drivers|CORTEX HAL driver]] and {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Inc/stm32mp1xx_hal_cortex.h | header file of CORTEX HAL module}} for {{MicroprocessorDevice | device=15}} | ||
==How to assign and configure the peripheral== | ==How to assign and configure the peripheral== |
Latest revision as of 15:07, 12 November 2024
1. Article purpose[edit | edit source]
The purpose of this article is to:
- briefly introduce the NVIC peripheral and its main features,
- indicate the peripheral instances assignment at boot time and their assignment at runtime (including whether instances can be allocated to secure contexts),
- list the software frameworks and drivers managing the peripheral,
- explain how to configure the peripheral.
2. Peripheral overview[edit | edit source]
The NVIC peripheral is the Arm® Cortex®-M4 and Arm® Cortex®-M33 interrupt controller. As a result, it cannot be accessed by the Arm Cortex-A7 core or Arm Cortex-A35 core.
Refer to the STM32MP15 reference manuals and STM32MP25 reference manuals for the complete list of features, and to the software frameworks and drivers, introduced below, to see which features are implemented.
3. Peripheral usage[edit | edit source]
This chapter is applicable in the scope of the OpenSTLinux BSP running on the Arm® Cortex®-A processor(s), and the STM32CubeMPU Package running on the Arm® Cortex®-M processor.
3.1. Boot time assignment[edit | edit source]
The NVIC peripheral is not used at boot time.
3.2. Runtime assignment[edit | edit source]
3.2.1. On STM32MP15x lines
[edit | edit source]
Click on the right to expand the legend...
Domain | Peripheral | Runtime allocation | Comment | |||
---|---|---|---|---|---|---|
Instance | Cortex-A7 secure (OP-TEE) |
Cortex-A7 non-secure (Linux) |
Cortex-M4 (STM32Cube) | |||
Core/Interrupts | NVIC | NVIC | ✓ |
3.2.2. On STM32MP21 unknown microprocessor device[edit | edit source]
Click on to expand or collapse the legend...
Domain | Peripheral | Runtime allocation | Comment ![]() | ||||
---|---|---|---|---|---|---|---|
Instance | Cortex-A35 secure (OP-TEE / TF-A BL31) |
Cortex-A35 nonsecure (Linux) |
Cortex-M33 secure (TF-M) |
Cortex-M33 nonsecure (STM32Cube) | |||
Core/Interrupts | NVIC | NVIC CM33 | ✓ | ✓ | Fixed to CM33 |
3.2.3. On STM32MP23 unknown microprocessor device[edit | edit source]
Click on to expand or collapse the legend...
Domain | Peripheral | Runtime allocation | Comment ![]() | ||||
---|---|---|---|---|---|---|---|
Instance | Cortex-A35 secure (OP-TEE / TF-A BL31) |
Cortex-A35 nonsecure (Linux) |
Cortex-M33 secure (TF-M) |
Cortex-M33 nonsecure (STM32Cube) | |||
Core/Interrupts | NVIC | NVIC CM33 | ✓ | ✓ | Fixed to CM33 |
3.2.4. On STM32MP25 unknown microprocessor device[edit | edit source]
Click on to expand or collapse the legend...
Domain | Peripheral | Runtime allocation | Comment ![]() | |||||
---|---|---|---|---|---|---|---|---|
Instance | Cortex-A35 secure (OP-TEE / TF-A BL31) |
Cortex-A35 nonsecure (Linux) |
Cortex-M33 secure (TF-M) |
Cortex-M33 nonsecure (STM32Cube) |
Cortex-M0+ (STM32Cube) | |||
Core/Interrupts | NVIC | NVIC CM33 | ✓ | ✓ | Fixed to CM33 | |||
NVIC CM0+ | ✓ |
4. Software frameworks and drivers[edit | edit source]
Below are listed the software frameworks and drivers managing the NVIC peripheral for the embedded software components listed in the above tables.
- STM32Cube: CORTEX HAL driver and header file of CORTEX HAL module for STM32MP15x lines
5. How to assign and configure the peripheral[edit | edit source]
The peripheral assignment can be done via the STM32CubeMX graphical tool (and manually completed if needed).
This tool also helps to configure the peripheral:
- partial device trees (pin control and clock tree) generation for the OpenSTLinux software components,
- HAL initialization code generation for the STM32CubeMPU Package.
The configuration is applied by the firmware running in the context in which the peripheral is assigned.