Skip to content

Commit 3a786c6

Browse files
gmarullnashif
authored andcommitted
boards: arm: nucleo_h743zi: enable backup SRAM
Enable backup SRAM DT node and update documentation. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 988b61f commit 3a786c6

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

boards/arm/nucleo_h743zi/doc/index.rst

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -94,31 +94,33 @@ Supported Features
9494
The Zephyr nucleo_h743zi board configuration supports the following hardware
9595
features:
9696

97-
+-----------+------------+-------------------------------------+
98-
| Interface | Controller | Driver/Component |
99-
+===========+============+=====================================+
100-
| NVIC | on-chip | nested vector interrupt controller |
101-
+-----------+------------+-------------------------------------+
102-
| UART | on-chip | serial port |
103-
+-----------+------------+-------------------------------------+
104-
| PINMUX | on-chip | pinmux |
105-
+-----------+------------+-------------------------------------+
106-
| GPIO | on-chip | gpio |
107-
+-----------+------------+-------------------------------------+
108-
| RTC | on-chip | counter |
109-
+-----------+------------+-------------------------------------+
110-
| I2C | on-chip | i2c |
111-
+-----------+------------+-------------------------------------+
112-
| PWM | on-chip | pwm |
113-
+-----------+------------+-------------------------------------+
114-
| ADC | on-chip | adc |
115-
+-----------+------------+-------------------------------------+
116-
| RNG | on-chip | True Random number generator |
117-
+-----------+------------+-------------------------------------+
118-
| ETHERNET | on-chip | ethernet |
119-
+-----------+------------+-------------------------------------+
120-
| SPI | on-chip | spi |
121-
+-----------+------------+-------------------------------------+
97+
+-------------+------------+-------------------------------------+
98+
| Interface | Controller | Driver/Component |
99+
+=============+============+=====================================+
100+
| NVIC | on-chip | nested vector interrupt controller |
101+
+-------------+------------+-------------------------------------+
102+
| UART | on-chip | serial port |
103+
+-------------+------------+-------------------------------------+
104+
| PINMUX | on-chip | pinmux |
105+
+-------------+------------+-------------------------------------+
106+
| GPIO | on-chip | gpio |
107+
+-------------+------------+-------------------------------------+
108+
| RTC | on-chip | counter |
109+
+-------------+------------+-------------------------------------+
110+
| I2C | on-chip | i2c |
111+
+-------------+------------+-------------------------------------+
112+
| PWM | on-chip | pwm |
113+
+-------------+------------+-------------------------------------+
114+
| ADC | on-chip | adc |
115+
+-------------+------------+-------------------------------------+
116+
| RNG | on-chip | True Random number generator |
117+
+-------------+------------+-------------------------------------+
118+
| ETHERNET | on-chip | ethernet |
119+
+-------------+------------+-------------------------------------+
120+
| SPI | on-chip | spi |
121+
+-------------+------------+-------------------------------------+
122+
| Backup SRAM | on-chip | Backup SRAM |
123+
+-------------+------------+-------------------------------------+
122124

123125
Other hardware features are not yet supported on this Zephyr port.
124126

@@ -156,6 +158,12 @@ Serial Port
156158
Nucleo H743ZI board has 4 UARTs and 4 USARTs. The Zephyr console output is
157159
assigned to UART3. Default settings are 115200 8N1.
158160

161+
Backup SRAM
162+
-----------
163+
164+
In order to test backup SRAM you may want to disconnect VBAT from VDD. You can
165+
do it by removing ``SB156`` jumper on the back side of the board.
166+
159167
Programming and Debugging
160168
*************************
161169

boards/arm/nucleo_h743zi/nucleo_h743zi.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>;
119119
};
120120

121+
&backup_sram {
122+
status = "okay";
123+
};
124+
121125
&flash0 {
122126
partitions {
123127
compatible = "fixed-partitions";

boards/arm/nucleo_h743zi/nucleo_h743zi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ supported:
1919
- adc
2020
- netif:eth
2121
- spi
22+
- backup_sram

0 commit comments

Comments
 (0)