Issue with SFEMP3Shield lib

Hi,

Apparently I'm getting a weird error, because I checked all over the web and couldn't find someone complaining about the same thing. I'm using arduino UNO, which should work out of the box with the MP3 shield, but on the first examples I get just the SRAM message:

Free RAM = 1035 Should be a base line of 1028, on ATmega328 when using INTx

(The free RAM varies depending on the arduino compiler version).

And everything stops there. I tried to use other examples and I seen that the SD library works fine, but everything stops when I call the function MP3.begin() .

I getting really frustrated, any hints on what's going on?

thanks