STM32CubeMX peripheral to select for ADC, UART, LCD in STM32429I-EVAL board
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-01-05 10:27 PM
Posted on January 06, 2015 at 07:27
I want to use the ADC and UART for sending the converted data back to PC and display the same data to the LCD screen.
Which peripherals and components are to be selected in ''Pinout'' after selecting the board? #stm32cubemx #stm32429i-eval-board
Labels:
- Labels:
-
STM32CubeMX
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-01-07 1:31 AM
Posted on January 07, 2015 at 10:31
You can make New Project - Board selector tab - ..F429-Disco.
Then select one of 3 ADC's, one of UART/UASRT's (lots are prohibited), and LTDC for TFT controller. You may need a timer (there is a 1 msec System Tick timer).Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-01-07 8:59 PM
Posted on January 08, 2015 at 05:59
Thanks Novak for the reply.
Why to select discovery board as there is availability of 429-EVAL board? Also why some peripherals are shown as Red color and yellow color? Which ADC and timer to be select? Will that depend on the channel we select? UART is better or USART as I only want it to be transmitter only?