Excuse me, what should I do to make this example run successful. I need to print string in console. Does it need any inputs or just need to connect to the PC and debug? Is there any settings need to do? Thanks.
Thanks for your answer. There's another problem. In this example, I find "extern uint16_t adc_pal1_Results00[(3u) * (2u)]; " and "resVolts = ((float) adc_pal1_Results00[idx] / adcMax) * 5". But I can't understand why uses these. Could you help?