This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sampling two analog signals using SAADC at two different rate

Hi,

I am working on one application in which I want to sample ECG at 1000 samples per second continuously and battery value at 15 seconds interval. I am configuring two channels of SAADC two do this task. but as there only one callback function I can have, I may loose any one signal samples after 15 seconds. I want Battery value to be samples at every 15 seconds and ECG continuously at 1000 samples per second.

How can achieve this task? Can anyone help me in this regards?

Related