hi all
In my application, i need to read adc value, store it in a buffer and update this result to a pc using sci. let me explain problem on this application:
1) adc data is read and stored in a buffer.
2) Data is transmitted to PC using sci. while transmitting this data, how do i monitor my adc data and act accordingly on it. for example while transmitting data to pc, if there is any high pulse to adc how can i perform data log on it and act accordingly on it.
simply to say, while performing sci function, can i monitor adc and perform datalog.
Thank u