Hi,
I'm trying to integrate ADC reading functionality with UART FSK demo. I have setup the ADC Basic example and once I confirmed I copied the code with the same order to my project. The issue is that after ADC read, my code stuck in this line:
while (!(ADC_GetStatusFlags(DEMO_ADC_BASE) & kADC_DataReadyFlag)) {}
ADC status does not get ready at all. I appreciate if you can advise me here.
Thanks.