Home Forums Sparkfun MP3 Shield Library Support Forum Using mp3 shiled library with vs1011e Reply To: Using mp3 shiled library with vs1011e

#1819

Just as predicted. The SCI_MODE(4) and SCI_CLOCKF(5) are different. Need to read the 1011 manual and see what the values need to be. Maybe commenting them both out along with VSLoadUserCode (6) might get into playing. Also need to put in some prints. Like the ones commented out. As to display what the SCI_MODE and SCI_CLOCKF are? I don’t initially trust the SPI until I see expected values from it, in print. We can also add a check of the SS_VER that is different between the 1053 and 1011.

FYI. I have just merged my github to its master branch and removed the “DifferentialOutput” branch.