User Activity

STM32F407VGT6 -> this controller have 192kb of sram, I create a big byte array have 131832 byte and i got an error in Keil.Any idea why?
Dear ST Community,The MCU type is: STM32F407VGT6I try to write GPIOx->ODR register with DMA2. The trigger signal is TIM1 update event. I set the timer period frequency is 9Mhz and i measure 4.429Mhz on GPIO pin. Why?here is my code:#include "stm32f4x...
Hi All,I use STM32f103C8T6 mcu to control a 5" TFT (480x272) display in direct mode.TIM1 PWM is the 9Mhz pixel clock,TIM2 is the column counter,TIM3 is the row counterand TIM2 channel 2 in compare mode, start SPI DMA transmit once in lineso, the SPI ...