This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

指导书上关于“读取sd卡上的音频文件”的问题

Other Parts Discussed in Thread: MSP430G2553

我看了指导书上“AWG读取音频文件”那一节,我看到在函数sd_read_fifo()函数中,每次读取一个扇区的数据,然后扇区的地址加一,这样就能读下一个扇区;我疑惑的是当音频文件读取完成后(因为音频文件总有扇区读取结束的时候),如果还让扇区地址加一,那么读取的数据就不是音频文件的数据了吧。