User Activity

I configure the ADC1 of the STM32H735 like bellow:The ADC Clock = 20MHzADC_HandleTypeDef hadc1; DMA_HandleTypeDef hdma_adc1;   /* ADC1 init function */ void MX_ADC1_Init(void) {   /* USER CODE BEGIN ADC1_Init 0 */   /* USER CODE END ADC1_Init 0 *...
I have developped a graphical demo with the STM32H735 discovery kit, and the minimum frequency of the OCTOSPI to have a clean display is 66 MHz (framebuffer = 480x272x32). Now I want to use in my application an External RAM with QUADSPI (framebuffer...
Posted on April 21, 2010 at 12:01Display images in STM3210E-EVAL LCD