Skip to main content
Associate
March 9, 2026
Question

STM32H7S78-DK

  • March 9, 2026
  • 1 reply
  • 161 views

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. 

1 reply

ST Employee
March 9, 2026

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,

GuycAuthor
Associate
March 9, 2026

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.