cancel
Showing results for 
Search instead for 
Did you mean: 

Hi...I need help regarding converting MP3 file to bin file to flash it into STM32WB55 board...

Gk.1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Rename as a .BIN a tell the program the address you want it written too.​

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

View solution in original post

2 REPLIES 2

Rename as a .BIN a tell the program the address you want it written too.​

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

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