2024-09-26 03:37 AM
Hi all,
Anyone have example projects for the following for the STM32H7S78-DK board ?:
1)"Hello World". Displaying the text "Hello World" on the display.
2)Audio. Playing back a simple tone though the audio output.
Am new to development so the included display and audio examples are to complicated for my purposes so was hoping someone here could provide something simpler in these cases for me to look at.
2024-09-26 05:04 AM
By ‘something simpler’ do you mean an embedded hello world, i.e. a flashing LED?
Otherwise there are a number of examples in the firmware library:
You can choose whichever is easiest for you to get started with.
Hope that helps?
Regards
/Peter
2024-09-26 05:51 AM
I am seeing 2 audio examples one called AUDIO_Standalone the other called Audio_Standalone both seem to be implementing an USB audio interface though I am not sure from the description.
I would be looking for an example of playing a tone from the audio output, not something more advanced as an USB audio interface implementation.
2024-09-26 06:44 AM
I have found an audio playback example in the BSP example, however I can not get it to work as following the instructions:
"Copy file 'audio_sample_tdm.bin' (available in Binary) directly in the flash at @0x700A0000 using STM32CubeProgrammer utility"
Leads to an out of memory limits error in STM32CubeProgrammer with the value of @0x700A0000
How would I correct this error ?
2024-09-26 08:19 AM
Did you select the external loader MX66UW1G45G_STM32H7S78-DK to flash the bin file?
2024-09-26 09:30 AM
I managed to fix the issue, I was entering the address in the wrong place to flash the file.
2024-10-10 09:12 AM
Hi!
Other than the examples from CubeMX, are there any tutorials/videos available to cover the boot flash concept together with exernal RAM/FLASH for the new STM32H7S/R-line?
I noted there is a OpenBootloader example listed above, but I was hoping for a tutorial on the concept as such.
I am familiar with previous H7-series
Thanks