Skip to content

Commit

Permalink
boards: st: stm32h5 nucleo boards: support backup sram
Browse files Browse the repository at this point in the history
Mark backup sram as supported and document it.

Signed-off-by: Thomas Stranger <[email protected]>
  • Loading branch information
str4t0m authored and aescolar committed Sep 2, 2024
1 parent 0e09d89 commit cc36e40
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/st/nucleo_h503rb/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ The Zephyr nucleo_h503rb board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| RNG | on-chip | True Random number generator |
+-----------+------------+-------------------------------------+
| BKP SRAM | on-chip | Backup SRAM |
+-----------+------------+-------------------------------------+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
Expand Down Expand Up @@ -178,6 +180,13 @@ Serial Port
Nucleo H533RE board has up to 3 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 ``SB38`` jumper on the back side of the board.
VBAT can be provided via the left ST Morpho connector's pin 33.

Programming and Debugging
*************************

Expand Down
1 change: 1 addition & 0 deletions boards/st/nucleo_h503rb/nucleo_h503rb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ flash: 128
supported:
- arduino_gpio
- arduino_serial
- backup_sram
- gpio
- uart
- i2c
Expand Down
9 changes: 9 additions & 0 deletions boards/st/nucleo_h533re/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ The Zephyr nucleo_h533re board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| RTC | on-chip | Real Time Clock |
+-----------+------------+-------------------------------------+
| BKP SRAM | on-chip | Backup SRAM |
+-----------+------------+-------------------------------------+
| UART | on-chip | serial port-polling; |
| | | serial port-interrupt |
+-----------+------------+-------------------------------------+
Expand Down Expand Up @@ -228,6 +230,13 @@ Serial Port
Nucleo H533RE board has up to 4 USARTs, 2 UARTs, and one LPUART. The Zephyr console output is assigned
to USART2. 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 ``SB38`` jumper on the back side of the board.
VBAT can be provided via the left ST Morpho connector's pin 33.

Programming and Debugging
*************************

Expand Down
1 change: 1 addition & 0 deletions boards/st/nucleo_h533re/nucleo_h533re.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ supported:
- adc
- usb_device
- usb
- backup_sram
vendor: st
9 changes: 9 additions & 0 deletions boards/st/nucleo_h563zi/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
*************************

Expand Down
1 change: 1 addition & 0 deletions boards/st/nucleo_h563zi/nucleo_h563zi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ supported:
- gpio
- arduino_serial
- arduino_spi
- backup_sram
- can
- gpio
- uart
Expand Down

0 comments on commit cc36e40

Please sign in to comment.