2024-10-12 11:51 AM
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
Solved! Go to Solution.
2024-10-14 12:45 PM
Thank you for the check @STTwo-32
2024-10-14 10:32 AM
Hello @alan239955_st
Thank you so much for reporting. I can confirm it is a typo on the main.h file of the project. I've escalated to the concerned team for correction on the coming releases of the STM32CubeH5 (under internal ticket number 193702).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-10-14 12:45 PM
Thank you for the check @STTwo-32