Tool/software: Code Composer Studio
Hi,
I try to writing data of codec audio to sd card whitout lost samples. for this finish I use example of library:
- CSL_MMCSD_SdCardFSExtExample
combinate this project whit the input audio codec, I get a file whit sample adquired to audio codec, but the problem his the lost of sample while DSP write in sd. readind the forum i see that i should to use DMA ping pong mode to dont lost samples. in this point and using how reference the example CSL_MMCSD_PingPongExample dont get a file whitout lost samples.
the question is exist any project for dataloggind data in sd card?.
Thanks.