2019-03-25 11:54 PM
Hello everyone.
I program the MCU for the first time.
I got the "NUCLEO-L496ZG".
Next, I downloaded "STM32CubeL4" from ST homepage.
I run the "\Projects\NUCLEO-L496ZG\Example\ ADC\ADC_DMA_Transfer" for the downloaded file.
I want to change the input pin of the ADC.
But I don't know what files to change.
Please teach me the file to set the register first.
Best regards,
Toru
Solved! Go to Solution.
2019-03-27 02:18 AM
Hello,
You can find the ADC input pin define in the main.h file.
Best Regards,
Mohamed Aymen.
2019-03-27 02:18 AM
Hello,
You can find the ADC input pin define in the main.h file.
Best Regards,
Mohamed Aymen.
2019-03-27 03:26 AM
Hi, Mohamed-san,
Thank you for your reply.
I will try to change the file of "main.h".
Best regards,
Toru