Hello. I want to perform ADC reading with the RA6T2 processor. Can you help me with what I'm missing in my settings? I want to read from PA00 and PA01 pins. Can you check it and get back to me? Thanks.Analogproject.rar
Hello ylmaz,
Thanks for reaching out Renesas Community.
I attach a project that reads from AN000(PA00) and AN001(PA01) on RA6T2.
0456.sample_code.zip
Regards,
AL_Renesas
I attach a new project, where you can see adc readings for PA00, PA01.
On the project, you will see a adc_cb callback, where I read the adc values, and toggle a LED. I send a screenshot, where…