boards: st: stm32h5 nucleo boards: support backup sram
Mark backup sram as supported and document it. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
0e09d8903d
commit
cc36e40357
6 changed files with 30 additions and 0 deletions
|
@ -150,6 +150,8 @@ The Zephyr nucleo_h563zi board configuration supports the following hardware fea
|
|||
+===========+============+=====================================+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| BKP SRAM | on-chip | Backup SRAM |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| CAN/CANFD | on-chip | CAN |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| CLOCK | on-chip | reset and clock control |
|
||||
|
@ -240,6 +242,13 @@ Serial Port
|
|||
Nucleo H563ZI board has up to 12 U(S)ARTs. The Zephyr console output is assigned
|
||||
to USART3. Default settings are 115200 8N1.
|
||||
|
||||
Backup SRAM
|
||||
-----------
|
||||
|
||||
In order to test backup SRAM, you may want to disconnect VBAT from VDD_MCU.
|
||||
You can do it by removing ``SB55`` jumper on the back side of the board.
|
||||
VBAT can be provided via the left ST Morpho connector's pin 33.
|
||||
|
||||
Programming and Debugging
|
||||
*************************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue