This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.1. Usage[edit source]
The MicroprocessorDevice template is used to indicate for which microprocessor device(s), an article part (chapter, paragraph, table...) is valid. Per default (i.e. if this template is not used), any part of an article is valid for all microprocessor devices for which the entire article is valid.
It outputs a "standardized" string that might be used to name an article part.
Usage: {{MicroprocessorDevice | device=<device> | security=<security> | frequency=<frequency> }}
- Where:
- <device> is the mandatory parameter that specifies the class, the Series, the lines or the line. The possible values are:
- Class: STM32 Arm® Cortex® MPUs
- 1: STM32MP1 Series
- 13: STM32MP13x lines
- 131: STM32MP131 line
- 133: STM32MP133 line
- 135: STM32MP135 line
- 15: STM32MP15x lines
- 151: STM32MP151 line
- 153: STM32MP153 line
- 157: STM32MP157 line
- 13: STM32MP13x lines
- <security> is the optional parameter that specifies the security. The possible values are:
- Basic: basic security
- Advanced: secure boot and cryptography
- <frequency> is the optional parameter that specifies the Arm® Cortex®-A frequency. The possible values are:
- 650: 650 MHz
- 800: 800 MHz for STM32MP15x lines only
- 1000: 1000 MHz for STM32MP13x lines only
- Summary (see also the part number codification for the STM32MP13 MPUs):
<device> | <security> | <frequency> | Result |
---|---|---|---|
Class | Any value | Any value | STM32 Arm® Cortex® MPUs |
1 | Any value | Any value | STM32MP1 Series |
13 | Basic | 650 | STM32MP13xA lines |
1000 | STM32MP13xD lines | ||
Not specified or unknown | STM32MP13xA/D lines | ||
Advanced | 650 | STM32MP13xC lines | |
1000 | STM32MP13xF lines | ||
Not specified or unknown | STM32MP13xC/F lines | ||
Not specified or unknown | 650 | STM32MP13xA/C lines | |
1000 | STM32MP13xD/F lines | ||
Not specified or unknown | STM32MP13x lines | ||
135 Same for 133 Same for 131 |
Basic | 650 | STM32MP135A line |
1000 | STM32MP135D line | ||
Not specified or unknown | STM32MP135A/D line | ||
Advanced | 650 | STM32MP135C line | |
1000 | STM32MP135F line | ||
Not specified or unknown | STM32MP135C/F line | ||
Not specified or unknown | 650 | STM32MP135A/C line | |
1000 | STM32MP135D/F line | ||
Not specified or unknown | STM32MP135 line |
- Summary (see also the part number codification for the STM32MP15 MPUs):
<device> | <security> | <frequency> | Result |
---|---|---|---|
Class | Any value | Any value | STM32 Arm® Cortex® MPUs |
1 | Any value | Any value | STM32MP1 Series |
15 | Basic | 650 | STM32MP15xA lines |
800 | STM32MP15xD lines | ||
Not specified or unknown | STM32MP15xA/D lines | ||
Advanced | 650 | STM32MP15xC lines | |
800 | STM32MP15xF lines | ||
Not specified or unknown | STM32MP15xC/F lines | ||
Not specified or unknown | 650 | STM32MP15xA/C lines | |
800 | STM32MP15xD/F lines | ||
Not specified or unknown | STM32MP15x lines | ||
157 Same for 153 Same for 151 |
Basic | 650 | STM32MP157A line |
800 | STM32MP157D line | ||
Not specified or unknown | STM32MP157A/D line | ||
Advanced | 650 | STM32MP157C line | |
800 | STM32MP157F line | ||
Not specified or unknown | STM32MP157C/F line | ||
Not specified or unknown | 650 | STM32MP157A/C line | |
800 | STM32MP157D/F line | ||
Not specified or unknown | STM32MP157 line |
Clicking on the icon displays the article about the microprocessor device lines (e.g. STM32MP15 microprocessor).
2. Basic examples[edit source]
You type | You get |
---|---|
STM32 Arm® Cortex® MPUs
{{MicroprocessorDevice | device=Class}} |
|
STM32MP1 Series
{{MicroprocessorDevice | device=1}} |
STM32MP1 Series |
STM32MP13x lines
{{MicroprocessorDevice | device=13}} |
|
STM32MP15x lines
{{MicroprocessorDevice | device=15}} |
|
STM32MP135 line
{{MicroprocessorDevice | device=135}} |
|
STM32MP157 line
{{MicroprocessorDevice | device=157}} |
|
STM32MP13x lines with basic security
{{MicroprocessorDevice | device=13 | security=Basic}} |
|
STM32MP15x lines with basic security
{{MicroprocessorDevice | device=15 | security=Basic}} |
|
STM32MP135 line with secure boot and cryptography
{{MicroprocessorDevice | device=135 | security=Advanced} |
|
STM32MP157 line with secure boot and cryptography
{{MicroprocessorDevice | device=157 | security=Advanced} |
|
STM32MP13x lines with Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=13 | frequency=650}} |
|
STM32MP15x lines with Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=15 | frequency=650}} |
|
STM32MP135 line with Arm® Cortex®-A at 1000 MHz
{{MicroprocessorDevice | device=135 | frequency=1000}} |
|
STM32MP157 line with Arm® Cortex®-A at 800 MHz
{{MicroprocessorDevice | device=157 | frequency=800}} |
|
STM32MP13x lines with secure boot and cryptography and Arm® Cortex®-A at 1000 MHz
{{MicroprocessorDevice | device=13 | security=Advanced | frequency=1000}} |
|
STM32MP15x lines with secure boot and cryptography and Arm® Cortex®-A at 800 MHz
{{MicroprocessorDevice | device=15 | security=Advanced | frequency=800}} |
|
STM32MP135 line with basic security and Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=135 | security=Basic | frequency=650}} |
|
STM32MP157 line with basic security and Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=157 | security=Basic | frequency=650}} |
3. More examples[edit source]
4. Code[edit source]
STM32MP unknown microprocessor device