OskarCodes / SystolicECG

The code for the STM32 that is the heart of my ultra-low-cost ECG: Systolic
GNU General Public License v3.0
2 stars 1 forks source link

Implement DMA usage #4

Open OskarCodes opened 3 years ago

OskarCodes commented 3 years ago

I really should have done this already, but I need to change the ECG's method of data retrieval. Instead of doing it the way it is now, with a while loop for sampling the data, I instead should use the DMA controller to handle receiving data, which would hopefully allow a much greater output data rate from the AFE. This would be a significant improvement =)!