@@ -73,21 +73,23 @@ Supported Features
7373
7474The Zephyr nucleo_f446re board configuration supports the following hardware features:
7575
76- +-----------+------------+-------------------------------------+
77- | Interface | Controller | Driver/Component |
78- +===========+============+=====================================+
79- | NVIC | on-chip | nested vector interrupt controller |
80- +-----------+------------+-------------------------------------+
81- | UART | on-chip | serial port |
82- +-----------+------------+-------------------------------------+
83- | PINMUX | on-chip | pinmux |
84- +-----------+------------+-------------------------------------+
85- | GPIO | on-chip | gpio |
86- +-----------+------------+-------------------------------------+
87- | PWM | on-chip | pwm |
88- +-----------+------------+-------------------------------------+
89- | I2C | on-chip | i2c |
90- +-----------+------------+-------------------------------------+
76+ +-------------+------------+-------------------------------------+
77+ | Interface | Controller | Driver/Component |
78+ +=============+============+=====================================+
79+ | NVIC | on-chip | nested vector interrupt controller |
80+ +-------------+------------+-------------------------------------+
81+ | UART | on-chip | serial port |
82+ +-------------+------------+-------------------------------------+
83+ | PINMUX | on-chip | pinmux |
84+ +-------------+------------+-------------------------------------+
85+ | GPIO | on-chip | gpio |
86+ +-------------+------------+-------------------------------------+
87+ | PWM | on-chip | pwm |
88+ +-------------+------------+-------------------------------------+
89+ | I2C | on-chip | i2c |
90+ +-------------+------------+-------------------------------------+
91+ | Backup SRAM | on-chip | Backup SRAM |
92+ +-------------+------------+-------------------------------------+
9193
9294Other hardware features are not yet supported on this Zephyr port.
9395
@@ -155,6 +157,11 @@ Serial Port
155157Nucleo F446RE board has 2 UARTs and 4 USARTs. The Zephyr console output is assigned to UART2.
156158Default settings are 115200 8N1.
157159
160+ Backup SRAM
161+ -----------
162+
163+ In order to test backup SRAM you may want to disconnect VBAT from VDD. You can
164+ do it by removing ``SB45 `` jumper on the back side of the board.
158165
159166Programming and Debugging
160167*************************
0 commit comments