What is the file that sets the register?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
ADC
-
STM32Cube MCU Packages
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-27 2:18 AM
Hello,
You can find the ADC input pin define in the main.h file.
Best Regards,
Mohamed Aymen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-27 2:18 AM
Hello,
You can find the ADC input pin define in the main.h file.
Best Regards,
Mohamed Aymen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-27 3:26 AM
Hi, Mohamed-san,
Thank you for your reply.
I will try to change the file of "main.h".
Best regards,
Toru
