2021-03-31 12:24 AM
I am using SAI protocol to get the audio output...For now I am directly using the bin file provided in the sample code...I just wanted to know if we have mp3 file or any other format other then bin file, how it can be dumped to board using STM32CubeProgrammer.
Solved! Go to Solution.
2021-03-31 04:15 AM
Rename as a .BIN a tell the program the address you want it written too.
2021-03-31 04:15 AM
Rename as a .BIN a tell the program the address you want it written too.
2021-04-01 01:44 AM
Hi @Gk.1 ,
You can rename file to .bin as confirmed by @Community member .
I just want to add that if the sector you are going to flash is already written, STM32CubeProgrammer will erase the whole sector.
So if the new bin starts in the middle of a sector, the first part of the sector will be deleted.
Hope this helps you.
Houda