Hi Everyone,
I'm working on a project now that requires me to record audio and save it with an MSP430. I'm using a MSP430F5529 on the MSP-EXP430F5529 development board which has 128kb of flash.
I've been trying to capture with the ADC12 but I am having trouble saving the results into flash memory. I've been searching around for other ways of saving audio with the MSP430 and I found a TI application report about sound compression and decompression that used Adaptive Differential Pulse Code Modulation (ADPCM) http://www.ti.com/lit/an/slaa361/slaa361.pdf
The example at the end said to use the code I had to #include"ADCPM.h" but when I do that I get an error that Code Composer Studio cannot find the file.
Does anybody have any advice for how I could make this work or additional resources I could look at?
Thank you.