cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H723 software framework

buxiang
Associate
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!
1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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.

 

 

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.

View solution in original post

1 REPLY 1
SofLit
ST Employee

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.

 

 

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.