Adds the board definitions for the nucleo_h563zi board. Notes: DAC: enable output on pa5, which is available on the ST Zio and morpho connectors. UM3115 in table 21 wrongly lists pa15 on the positions where pa5 is. The only other option for the dac output is pa4 which is reserved for for VBUS_SENSE. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
8 lines
213 B
Text
8 lines
213 B
Text
# STM32H563ZI Nucleo board configuration
|
|
|
|
# Copyright (c) 2023 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_NUCLEO_H563ZI
|
|
bool "Nucleo H563ZI Development Board"
|
|
depends on SOC_STM32H563XX
|