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
- 2: STM32MP2 series
- 25: STM32MP25x lines
- 251: STM32MP251 line
- 253: STM32MP253 line
- 255: STM32MP255 line
- 257: STM32MP257 line
- 25: STM32MP25x 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 for STM32MP1 series only
- 800: 800 MHz for STM32MP15x lines only
- 1000: 1000 MHz for STM32MP13x lines only
- 1200: 1200 MHz for STM32MP25x lines only
- 1500: 1500 MHz for STM32MP25x 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 |
- Summary (see also the part number codification for the STM32MP25 MPUs):
<device> | <security> | <frequency> | Result |
---|---|---|---|
Class | Any value | Any value | STM32 Arm® Cortex® MPUs |
2 | Any value | Any value | STM32MP2 series |
25 | Basic | 1200 | STM32MP25xA lines |
1500 | STM32MP25xD lines | ||
Not specified or unknown | STM32MP25xA/D lines | ||
Advanced | 1200 | STM32MP25xC lines | |
1500 | STM32MP25xF lines | ||
Not specified or unknown | STM32MP25xC/F lines | ||
Not specified or unknown | 1200 | STM32MP25xA/C lines | |
1500 | STM32MP25xD/F lines | ||
Not specified or unknown | STM32MP25x lines | ||
257 Same for 255 Same for 253 Same for 251 |
Basic | 1200 | STM32MP257A line |
1500 | STM32MP257D line | ||
Not specified or unknown | STM32MP257A/D line | ||
Advanced | 1200 | STM32MP257C line | |
1500 | STM32MP257F line | ||
Not specified or unknown | STM32MP257C/F line | ||
Not specified or unknown | 1200 | STM32MP257A/C line | |
1500 | STM32MP257D/F line | ||
Not specified or unknown | STM32MP257 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}} |
|
STM32MP135 line
{{MicroprocessorDevice | device=135}} |
|
STM32MP13x lines with basic security
{{MicroprocessorDevice | device=13 | security=Basic}} |
|
STM32MP135 line with secure boot and cryptography
{{MicroprocessorDevice | device=135 | security=Advanced} |
|
STM32MP13x lines with Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=13 | frequency=650}} |
|
STM32MP135 line with Arm® Cortex®-A at 1000 MHz
{{MicroprocessorDevice | device=135 | frequency=1000}} |
|
STM32MP13x lines with secure boot and cryptography and Arm® Cortex®-A at 1000 MHz
{{MicroprocessorDevice | device=13 | security=Advanced | frequency=1000}} |
|
STM32MP135 line with basic security and Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=135 | security=Basic | frequency=650}} |
|
STM32MP15x lines
{{MicroprocessorDevice | device=15}} |
|
STM32MP157 line
{{MicroprocessorDevice | device=157}} |
|
STM32MP15x lines with basic security
{{MicroprocessorDevice | device=15 | security=Basic}} |
|
STM32MP157 line with secure boot and cryptography
{{MicroprocessorDevice | device=157 | security=Advanced} |
|
STM32MP15x lines with Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=15 | frequency=650}} |
|
STM32MP157 line with Arm® Cortex®-A at 800 MHz
{{MicroprocessorDevice | device=157 | frequency=800}} |
|
STM32MP15x lines with secure boot and cryptography and Arm® Cortex®-A at 800 MHz
{{MicroprocessorDevice | device=15 | security=Advanced | frequency=800}} |
|
STM32MP157 line with basic security and Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=157 | security=Basic | frequency=650}} |
|
STM32MP2 series
{{MicroprocessorDevice | device=2}} |
STM32MP2 series |
STM32MP25x lines
{{MicroprocessorDevice | device=25}} |
|
STM32MP257 line
{{MicroprocessorDevice | device=257}} |
|
STM32MP25x lines with basic security
{{MicroprocessorDevice | device=25 | security=Basic}} |
|
STM32MP257 line with secure boot and cryptography
{{MicroprocessorDevice | device=257 | security=Advanced} |
|
STM32MP25x lines with Arm® Cortex®-A at 1200 MHz
{{MicroprocessorDevice | device=25 | frequency=1200}} |
|
STM32MP257 line with Arm® Cortex®-A at 1500 MHz
{{MicroprocessorDevice | device=257 | frequency=1500}} |
|
STM32MP25x lines with secure boot and cryptography and Arm® Cortex®-A at 1500 MHz
{{MicroprocessorDevice | device=25 | security=Advanced | frequency=1500}} |
|
STM32MP257 line with basic security and Arm® Cortex®-A at 1200 MHz
{{MicroprocessorDevice | device=257 | security=Basic | frequency=1200}} |
3. More examples[edit source]
4. Code[edit source]
STM32MP unknown microprocessor device