jesse7chen / SpeakerRecognitionLock

Personal project to develop a lock that opens when a specific speaker says "Open Sesame"
GNU General Public License v3.0
0 stars 0 forks source link

Modify HAL_ADC() code to allow switching buffers at end of ADC DMA transfer #9

Open jesse7chen opened 3 years ago

jesse7chen commented 3 years ago

Currently ADC_Stop() seems to need to be called explicitly before calling ADC_Start() again, despite the conversion being complete, leading to unnecessary overhead when switching between double buffers

jesse7chen commented 3 years ago

May no longer be necessary since a new microphone is being used