MicroprocessorDevice

Revision as of 14:25, 6 March 2023 by Registered User

1 Usage[edit]

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
  • <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
<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
<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 More info.png icon displays the article about the microprocessor device lines (e.g. STM32MP15 microprocessor).

2 Basic examples[edit]

You type You get
STM32 Arm® Cortex® MPUs
{{MicroprocessorDevice | device=Class}}

STM32 Arm® Cortex® MPUs More info.png

STM32MP1 Series
{{MicroprocessorDevice | device=1}}

STM32MP1 series

STM32MP13x lines
{{MicroprocessorDevice | device=13}}

STM32MP13x lines More info.png

STM32MP15x lines
{{MicroprocessorDevice | device=15}}

STM32MP15x lines More info.png

STM32MP135 line
{{MicroprocessorDevice | device=135}}

STM32MP135 line More info.png

STM32MP157 line
{{MicroprocessorDevice | device=157}}

STM32MP157 line More info.png

STM32MP13x lines with basic security
{{MicroprocessorDevice | device=13 | security=Basic}}

STM32MP13xA/D lines More info.png

STM32MP15x lines with basic security
{{MicroprocessorDevice | device=15 | security=Basic}}

STM32MP15xA/D lines More info.png

STM32MP135 line with secure boot and cryptography
{{MicroprocessorDevice | device=135 | security=Advanced}

STM32MP135C/F line More info.png

STM32MP157 line with secure boot and cryptography
{{MicroprocessorDevice | device=157 | security=Advanced}

STM32MP157C/F line More info.png

STM32MP13x lines with Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=13 | frequency=650}}

STM32MP13xA/C lines More info.png

STM32MP15x lines with Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=15 | frequency=650}}

STM32MP15xA/C lines More info.png

STM32MP135 line with Arm® Cortex®-A at 1000 MHz
{{MicroprocessorDevice | device=135 | frequency=1000}}

STM32MP135D/F line More info.png

STM32MP157 line with Arm® Cortex®-A at 800 MHz
{{MicroprocessorDevice | device=157 | frequency=800}}

STM32MP157D/F line More info.png

STM32MP13x lines with secure boot and cryptography and Arm® Cortex®-A at 1000 MHz
{{MicroprocessorDevice | device=13 | security=Advanced | frequency=1000}}

STM32MP13xF lines More info.png

STM32MP15x lines with secure boot and cryptography and Arm® Cortex®-A at 800 MHz
{{MicroprocessorDevice | device=15 | security=Advanced | frequency=800}}

STM32MP15xF lines More info.png

STM32MP135 line with basic security and Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=135 | security=Basic | frequency=650}}

STM32MP135A line More info.png

STM32MP157 line with basic security and Arm® Cortex®-A at 650 MHz
{{MicroprocessorDevice | device=157 | security=Basic | frequency=650}}

STM32MP157A line More info.png

3 More examples[edit]

You type You get
Unspecified microprocessor device
{{MicroprocessorDevice}}

STM32MP unknown microprocessor device

Security and frequency ignored for class
{{MicroprocessorDevice | device=Class | security=Basic | frequency=800}}

STM32 Arm® Cortex® MPUs More info.png

Security and frequency ignored for Series
{{MicroprocessorDevice | device=1 | security=Advanced | frequency=650}}

STM32MP1 series

Unknown Series
{{MicroprocessorDevice | device=0}}

STM32MP0 unknown microprocessor device

Unknown lines
{{MicroprocessorDevice | device=11}}

STM32MP11 unknown microprocessor device

Unknown line
{{MicroprocessorDevice | device=154}}

STM32MP154 unknown microprocessor device

Unknown line
{{MicroprocessorDevice | device=1531}}

STM32MP1531 unknown microprocessor device

Unknown security
{{MicroprocessorDevice | device=15 | security=Medium}}

unknown security STM32MP15x lines More info.png

Unknown line and security
{{MicroprocessorDevice | device=152 | security=Medium}}

unknown security STM32MP152 unknown microprocessor device

Unknown frequency
{{MicroprocessorDevice | device=15 | frequency=500}}

unknown frequency STM32MP15x lines More info.png

Unknown line and frequency
{{MicroprocessorDevice | device=152 | frequency=500}}

unknown frequency STM32MP152 unknown microprocessor device

Unknown security and frequency
{{MicroprocessorDevice | device=15 | security=Medium | frequency=500}}

unknown security unknown frequency STM32MP15x lines More info.png

Check that there's no space before and after the text
BEFORE{{MicroprocessorDevice | device=Class}}AFTER<br>
BEFORE{{MicroprocessorDevice | device=1}}AFTER<br>
BEFORE{{MicroprocessorDevice | device=15}}AFTER<br>
BEFORE{{MicroprocessorDevice | device=157}}AFTER<br>
BEFORE{{MicroprocessorDevice | device=15 | security=A}}AFTER

BEFORESTM32 Arm® Cortex® MPUs More info.pngAFTER
BEFORESTM32MP1 seriesAFTER
BEFORESTM32MP15x lines More info.pngAFTER
BEFORESTM32MP157 line More info.pngAFTER
BEFORESTM32MP15xA/D lines More info.pngAFTER

4 Code[edit]

STM32MP unknown microprocessor device