Skip to main content
Gk.1
Associate III
March 31, 2021
Solved

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

  • March 31, 2021
  • 2 replies
  • 1193 views

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.

This topic has been closed for replies.
Best answer by Tesla DeLorean

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

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
March 31, 2021

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

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

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