cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H573I DK STMod+ connector pin 18

alan239955_st
Associate II

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

 

1 ACCEPTED SOLUTION

Accepted Solutions

Thank you for the check @STTwo-32

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

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.

Thank you for the check @STTwo-32