@@ -93,33 +93,35 @@ Supported Features
9393The Zephyr nucleo_f746zg board configuration supports the following hardware
9494features:
9595
96- +-----------+------------+-------------------------------------+
97- | Interface | Controller | Driver/Component |
98- +===========+============+=====================================+
99- | NVIC | on-chip | nested vector interrupt controller |
100- +-----------+------------+-------------------------------------+
101- | UART | on-chip | serial port |
102- +-----------+------------+-------------------------------------+
103- | PINMUX | on-chip | pinmux |
104- +-----------+------------+-------------------------------------+
105- | GPIO | on-chip | gpio |
106- +-----------+------------+-------------------------------------+
107- | ETHERNET | on-chip | ethernet |
108- +-----------+------------+-------------------------------------+
109- | USB | on-chip | usb_device |
110- +-----------+------------+-------------------------------------+
111- | COUNTER | on-chip | rtc |
112- +-----------+------------+-------------------------------------+
113- | I2C | on-chip | i2c |
114- +-----------+------------+-------------------------------------+
115- | PWM | on-chip | pwm |
116- +-----------+------------+-------------------------------------+
117- | SPI | on-chip | spi |
118- +-----------+------------+-------------------------------------+
119- | WATCHDOG | on-chip | independent watchdog |
120- +-----------+------------+-------------------------------------+
121- | ADC | on-chip | ADC Controller |
122- +-----------+------------+-------------------------------------+
96+ +-------------+------------+-------------------------------------+
97+ | Interface | Controller | Driver/Component |
98+ +=============+============+=====================================+
99+ | NVIC | on-chip | nested vector interrupt controller |
100+ +-------------+------------+-------------------------------------+
101+ | UART | on-chip | serial port |
102+ +-------------+------------+-------------------------------------+
103+ | PINMUX | on-chip | pinmux |
104+ +-------------+------------+-------------------------------------+
105+ | GPIO | on-chip | gpio |
106+ +-------------+------------+-------------------------------------+
107+ | ETHERNET | on-chip | ethernet |
108+ +-------------+------------+-------------------------------------+
109+ | USB | on-chip | usb_device |
110+ +-------------+------------+-------------------------------------+
111+ | COUNTER | on-chip | rtc |
112+ +-------------+------------+-------------------------------------+
113+ | I2C | on-chip | i2c |
114+ +-------------+------------+-------------------------------------+
115+ | PWM | on-chip | pwm |
116+ +-------------+------------+-------------------------------------+
117+ | SPI | on-chip | spi |
118+ +-------------+------------+-------------------------------------+
119+ | WATCHDOG | on-chip | independent watchdog |
120+ +-------------+------------+-------------------------------------+
121+ | ADC | on-chip | ADC Controller |
122+ +-------------+------------+-------------------------------------+
123+ | Backup SRAM | on-chip | Backup SRAM |
124+ +-------------+------------+-------------------------------------+
123125
124126Other hardware features are not yet supported on this Zephyr port.
125127
@@ -164,6 +166,11 @@ Serial Port
164166Nucleo F746ZG board has 4 UARTs and 4 USARTs. The Zephyr console output is
165167assigned to UART3. Default settings are 115200 8N1.
166168
169+ Backup SRAM
170+ -----------
171+
172+ In order to test backup SRAM you may want to disconnect VBAT from VDD. You can
173+ do it by removing ``SB156 `` jumper on the back side of the board.
167174
168175Programming and Debugging
169176*************************
0 commit comments