cancel
Showing results for 
Search instead for 
Did you mean: 

Example software for STM32H747I-DISCO (STM32H747XI)

ALevc.1
Associate III

Hello,

this is my first project with stm mcu and my development board is on the way. I would like to make a hobby wav player and I have found a rather good recipe to start with - AN3126 Application note "Audio and waveform generation using the DAC in STM32 microcontrollers"

But I wonder where can I find the example code? I'll appreciate any hint about it.

Best Regards,

Anton

4 REPLIES 4
A_R
Associate II

Hello

You can use the STM32CubeMX's sample examples, which are in the bellow directiory:

C:\Users\(Windows User Name)\STM32Cube\Repository\STM32Cube_FW_F7_V1.16.0\Projects\STM32746G-Discovery\Examples

Or the H7, board specific ones

STM32Cube_FW_H7_V1.7.0\Projects\STM32H747I-DISCO\Examples

You'd nee to port over a DAC example

STM32Cube_FW_H7_V1.7.0\Projects\STM32H747I-EVAL\Examples\DAC\DAC_SignalsGeneration

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

:ok_hand:

ALevc.1
Associate III

Thank you @A_R​  amd @Community member​. I guess this means I should install STM32CubeMX but it shouldn't be a big problem to find it on the web site.