This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

read adc and send data serially in tms320f28021

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

  • Hi Naga,

    naga iec said:
    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. 

    You can perform this check in the mcu itself.... or are you looking for some kind check on PC side?

    Regards,

    Gautam