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
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>}}
- Where:
- <device> is the mandatory identifier that specify the class, the Series, the lines or the line.The possible values are:
- Class: STM32 Arm® Cortex® MPUs
- 1: STM32MP1 Series
- 15: STM32MP15x lines
- 151: STM32MP151 access line
- 153: STM32MP153 foundation line
- 157: STM32MP157 advanced line
- 15: STM32MP15x lines
- <security> is the optional identifier (one letter) that specifies the security. The possible values are:
- A: Basic
- C: Secure boot and cryptography
Clicking on the icon displays the article about the microprocessor device lines (e.g. STM32MP15 microprocessor).
2. Basic examples
You type | You get |
---|---|
STM32 Arm® Cortex® MPUs
{{MicroprocessorDevice | device=Class}} |
|
STM32MP1 Series
{{MicroprocessorDevice | device=1}} |
STM32MP1 Series |
STM32MP15x lines
{{MicroprocessorDevice | device=15}} |
|
STM32MP157 line
{{MicroprocessorDevice | device=157}} |
|
STM32MP15x lines with basic security
{{MicroprocessorDevice | device=15 | security=A}} |
|
STM32MP157 line with secure boot and cryptography
{{MicroprocessorDevice | device=157 | security=C}} |
3. More examples
4. Code
STM32MP unknown microprocessor device