2026-03-09 3:14 AM
Hello Everyone,
I recently purchased STM32H7S78-DK.
I'm looking for the code that runs on the discovery kit.
As I understood from my collogue there should be an application that defines all the peripherals via cubeMX.
I've downloaded the repository for this DK but all I see is examples that covers some of the peripherals and not one application that defines all the peripherals.
I would if someone can share with the link for this application that define all the peripherals.
2026-03-09 3:47 AM - edited 2026-03-09 3:49 AM
Hello @Guyc
There is no official reference project that initializes all peripherals for the STM32H7S78-DK. The recommended approach is to use STM32CubeMX to configure the peripherals you need for your specific application, or to use the provided peripheral-specific examples provided in the STM32CubeH7RS package.
Br,
2026-03-09 4:03 AM
Thanks for your answer. let me be more specific.
I'm new to with some of the peripherals I need to configure, for example XSPI, LTDC, FMC etc.
When I look on the examples sometimes I need to combine both examples for my need.
When I got the DK there was a FW that already burned on it. This the FW I'm looking for, so I'll be to see how it configured on Cube MX.
Thanks in advance.