Skip to main content
Visitor II
July 9, 2024
Solved

STM32H723 software framework

  • July 9, 2024
  • 1 reply
  • 839 views
I want to develop an inverter with STM32H723, but I have not used ST's MCU for power supply before, so I would like to ask if there are suitable examples for reference, or what suggestions are there in the software framework. Thank you!
    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    There is no dedicated power supply examples provided by ST for this MCU. Meanwhile it offers some H7 examples in STM32CubeH7 package. You can refer to this github link:

    https://github.com/STMicroelectronics/STM32CubeH7

    Especially for STM32H723 you can refer to this folder:

    https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/NUCLEO-H723ZG

    Even if you don't find a suitable example you can try to inspire from STM32H735G-DK the closest MCU (in term of architecture)  to STM32H723 : https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H735G-DK

    You can also use this STM32CubeMX as a code generator tool.

     

     

    1 reply

    mƎALLEmAnswer
    Technical Moderator
    July 9, 2024

    Hello,

    There is no dedicated power supply examples provided by ST for this MCU. Meanwhile it offers some H7 examples in STM32CubeH7 package. You can refer to this github link:

    https://github.com/STMicroelectronics/STM32CubeH7

    Especially for STM32H723 you can refer to this folder:

    https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/NUCLEO-H723ZG

    Even if you don't find a suitable example you can try to inspire from STM32H735G-DK the closest MCU (in term of architecture)  to STM32H723 : https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H735G-DK

    You can also use this STM32CubeMX as a code generator tool.