2024-07-08 06:48 PM
Solved! Go to Solution.
2024-07-09 01:11 AM - edited 2024-07-11 02:39 AM
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.
2024-07-09 01:11 AM - edited 2024-07-11 02:39 AM
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.