Template:FlashBankTableRow
Jump to navigation
Jump to search
Template for Flash Bank table rows used in Template:DeviceFamily
Parameters
| Parameter | Meaning |
|---|---|
| BankName | The name of the Flash Bank |
| BaseAddress | The address of the Flash Bank |
| JLinkSupport | The flash bank is supported by J-Link |
| FlasherSupport | The flash bank is supported by Flasher |
| QSPI | Wether the Flash Bank is QSPI or not |
| NumOfLoaders | The number of Flash Loaders for the Flash Bank |
| Loader | One or more Template:FlashLoader |
Example
{{:Template:FlashBankTableRow
| BankName=[Name]
| BaseAddress=[Address]
| JLinkSupport={{yes}} / {{no}}
| FlasherSupport={{yes}} / {{no}} (Default: yes)
| QSPI=yes / no
| NumOfLoaders=[Number of Loaders]
| Loader=
{{:Template:FlashLoader | Name=[Loader 1 Name] | Size=[Size] }}
{{:Template:FlashLoader | Name=[Loader 2 Name] | Size=[Size] }}
}}