STM32H573I DK STMod+ connector pin 18
The STM32H573I Discovery circuit diagram (MB1677) shows pin18 of the STMod+ connector going to PB12.
This should be the BOOT pin of the MXCHIP EMW3080B (MB1400)
But H5 Cube configures PB0 as BOOT
STM32Cube_FW_H5_V1.3.0\Projects\STM32H573I-DK\Applications\NetXDuo\Nx_Iperf_wifi\Core\Inc\main.h
#define MXCHIP_BOOT_Pin GPIO_PIN_0
#define MXCHIP_BOOT_GPIO_Port GPIOB
Is there a documentation error or have I got something wrong?
Thanks
