Skip to main content
Explorer II
October 12, 2024
Solved

STM32H573I DK STMod+ connector pin 18

  • October 12, 2024
  • 1 reply
  • 956 views

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

 

    This topic has been closed for replies.
    Best answer by STTwo-32

    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

    1 reply

    STTwo-32Answer
    Technical Moderator
    October 14, 2024

    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

    Explorer II
    October 14, 2024

    Thank you for the check @STTwo-32