@@ -72,28 +72,30 @@ Supported Features
7272
7373The Zephyr nucleo_207zg board configuration supports the following hardware features:
7474
75- +-----------+------------+-------------------------------------+
76- | Interface | Controller | Driver/Component |
77- +===========+============+=====================================+
78- | NVIC | on-chip | nested vector interrupt controller |
79- +-----------+------------+-------------------------------------+
80- | UART | on-chip | serial port-polling; |
81- | | | serial port-interrupt |
82- +-----------+------------+-------------------------------------+
83- | PINMUX | on-chip | pinmux |
84- +-----------+------------+-------------------------------------+
85- | GPIO | on-chip | gpio |
86- +-----------+------------+-------------------------------------+
87- | ETHERNET | on-chip | Ethernet |
88- +-----------+------------+-------------------------------------+
89- | USB | on-chip | USB device |
90- +-----------+------------+-------------------------------------+
91- | WATCHDOG | on-chip | independent watchdog |
92- +-----------+------------+-------------------------------------+
93- | ADC | on-chip | ADC Controller |
94- +-----------+------------+-------------------------------------+
95- | DAC | on-chip | DAC Controller |
96- +-----------+------------+-------------------------------------+
75+ +-------------+------------+-------------------------------------+
76+ | Interface | Controller | Driver/Component |
77+ +=============+============+=====================================+
78+ | NVIC | on-chip | nested vector interrupt controller |
79+ +-------------+------------+-------------------------------------+
80+ | UART | on-chip | serial port-polling; |
81+ | | | serial port-interrupt |
82+ +-------------+------------+-------------------------------------+
83+ | PINMUX | on-chip | pinmux |
84+ +-------------+------------+-------------------------------------+
85+ | GPIO | on-chip | gpio |
86+ +-------------+------------+-------------------------------------+
87+ | ETHERNET | on-chip | Ethernet |
88+ +-------------+------------+-------------------------------------+
89+ | USB | on-chip | USB device |
90+ +-------------+------------+-------------------------------------+
91+ | WATCHDOG | on-chip | independent watchdog |
92+ +-------------+------------+-------------------------------------+
93+ | ADC | on-chip | ADC Controller |
94+ +-------------+------------+-------------------------------------+
95+ | DAC | on-chip | DAC Controller |
96+ +-------------+------------+-------------------------------------+
97+ | Backup SRAM | on-chip | Backup SRAM |
98+ +-------------+------------+-------------------------------------+
9799
98100Other hardware features are not yet supported on this Zephyr port.
99101
@@ -171,6 +173,12 @@ Nucleo F207ZG board has a USB OTG dual-role device (DRD) controller that
171173supports both device and host functions through its micro USB connector
172174(USB USER). Only USB device function is supported in Zephyr at the moment.
173175
176+ Backup SRAM
177+ -----------
178+
179+ In order to test backup SRAM you may want to disconnect VBAT from VDD. You can
180+ do it by removing ``SB156 `` jumper on the back side of the board.
181+
174182Programming and Debugging
175183*************************
176184
0 commit comments