projects for IAR 7.2 and MQX4.1.
in workspace 2 projects:
1) decode mp3 file from flash and save result in USB stick in PCM format (44100, 16 bit). i use this program for test how decoder works. for play this WAV file via any mediaplayer (VLC or other) you must ADD wav header. I use HexEdit . Just open this file (convert.wav) and any wav file with header (you can convert you favorite MP3 in WAV format (44100, 16 bit) via online converter) in Hexedit and copy-paste first 3 lines from full file into converted file. You can use this for test how decoded you mixing data without connect any external devices(DAC etc).
2) decode mp3 file from flash and play via external DAC (CS4350). this project use same functions, but added SAI and DAC drivers and have a change in output function.
good luck!