Solved
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.
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
