cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX peripheral to select for ADC, UART, LCD in STM32429I-EVAL board

nss
Associate II
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
2 REPLIES 2
Tamas Novak
Associate III
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).

nss
Associate II
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?