2015-01-05 10:27 PM
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-board2015-01-07 01:31 AM
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).2015-01-07 08:59 PM
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?