@@ -94,31 +94,33 @@ Supported Features
9494The Zephyr nucleo_h743zi board configuration supports the following hardware
9595features:
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
123125Other hardware features are not yet supported on this Zephyr port.
124126
@@ -156,6 +158,12 @@ Serial Port
156158Nucleo H743ZI board has 4 UARTs and 4 USARTs. The Zephyr console output is
157159assigned 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+
159167Programming and Debugging
160168*************************
161169
0 commit comments