Hi!
I am using ethernet and LWIP for communication with the board, and trying to measure ADC with some frequency (1us - 30ms) 32 times. I am using RTI timer to trigger the Start of Conversion, and reading result in ISR triggered by the End of Conversion. And got the issue with DNS (see attachment)
1. Is it good way to trigger ADC SoC from RTI timer ?
2. How to check task starvation? I assume that the DNS task is pushed out of execution by RTI and ISR, and the software timer triggers, which leads to an assertion.
3. If you have any other recommendations, please tell it.
Regards!