Hello,
I start a project in which I need to have input and output conversions totally independent from hardware point of view.
It is obvious that a software perspective conversions are independent since they are made with two different instructions.
My question is: in the following case, are the two conversions physically spaced with 1000 ms?
Thanks
Ex:
while () {
ADC
Sleep (1000)
DAC
}