User Activity

I am making an stm32 driven music player that reads from a text file containing binary PCM data. (not the right way to do it i know but it gets the job done) I did a test by doing an f_read 1 byte at a time at the sample frequency (44100) to see if t...