Associate
November 25, 2019
Question
STM32F429 Discovery + ADC + DMA + TIM2 + TFT-LCD problem
- November 25, 2019
- 2 replies
- 1211 views
Hello, I am new to STM32. I'm using ST32F429 Discovery board and I'm tring to read audio samples from ADC1 (PA5)+DMA, which is trigged by TIM2, and visualize the data on the LCD screen using BSP driver. I am using STM32CUBEIDE to generate source codes. I'm able to toggle the green LED every time the adc conversions (10 data) is completed. However, when I initialize the LCD using BSP_LCD functions, the led is not blinking.
Please help me solving this problem.
Thank you