Hi,
I am working on a C28335 project. In my project the AD conversion seems to fail once in a while (between 15 minutes and an hour between failures). I am sampling at 1kHz, and the periodicity is controlled via a RTOS that I am running. Basically my ADC task resets a flag and fires the new conversion. The flag is then set by the ADC ISR if executed. The ADC task then checks the flag and reads the sample if successful.
Is this a normal behavior that I should just handle, or if I should put more effort into investigating the cause?
If this is an abnormal behavior it could have all sorts of explanations. Ranging from scheduling problems in the RTOS, to damaged HW (unfortunately I only have one board available for testing...). Investigating it could take a lot of time, but implementing error handling which handles the problem is very easy. Therefore it would be nice to have a second opinion before investing this any further.
Best regards
Johan