Other Parts Discussed in Thread: BOOSTXL-AUDIO,
I am working on a school project where the goal is to make a real time Reverb effect with a Texas Instruments microcontroler.
I selected the MSP430-FR5994 and the BoostXL-Audio boosterpack for its sound processing ability. We have been trying to modify the example code given from
BoostXL-Audio RecdordPlayback, so that the audioplayback happens instantly, by looping the RunRecord() and RunPlayback() functions. But I have not been able to get smooth playback.
The RunRecord() function uses timers to initiate the conversion from the ADC, but it needs to be initialized every time the function is called. Is there a way to initialize the ADC to get a constant
continuous conversion as long as the controler is powered. Any help on the best way to perform this task would be appreciated.