[STM32F429i] Display turn off
Posted on June 19, 2014 at 12:53Hello,Is it possible to turn off display? I am not using it but it is powered on.
Posted on June 19, 2014 at 12:53Hello,Is it possible to turn off display? I am not using it but it is powered on.
Posted on June 17, 2014 at 19:20Hi there, I'd like to build a USB Audio Class device that can synchronize to the 1kHz SOF so that samples are never lost or added due to clock frequency differences between the host crystal and the sample rate oscil...
Posted on June 19, 2014 at 01:52My EWARM assembler code allocates .noinit data via DC32 in the CCM for the STM32F4 Discovery Board. That data is initialized by my code and only allocated so the labels acn be linked in the assembly code. Using the ST...
Posted on June 18, 2014 at 21:48Hey, I am looking for some working examples for the STM32F407 for the Ethernet, SPI, I2C, and USART. I have been using an STM32F4 Discovery board and an STM32F4 ETH Mountaineer board to evaluate the uP. But I have not...
Posted on June 18, 2014 at 21:18I copy 2 projects into mine, one is PWM, the other one is Examples\ADC\ADC_RegularConversion_DMA. Both of them work perfectly separatelybefore, but after copied, only one can work.Iguess it might because some functi...
Posted on May 21, 2014 at 12:25I read the unique ID of STM32F407 microcontroller but i want to know what this unique ID represents means is there these bits can show any format or fields???Is this ID represents the features of microcontroller if yes...
Posted on June 16, 2014 at 10:48hi,allI'm now working on a project using stm32f103.And I need to build up an environment for unit testing, regression testing and code coverage testing .Any tools or solution?Many thanks. #stm32-regression-test
Posted on May 10, 2013 at 00:34what is this 1ul and 2ul and 3ul examble RCC->AHB1ENR |= ((1UL << 0) ); /* Enable GPIOA clock * GPIOA->MODER &= ~((3UL << 2*0) ); /* PA.0 is input */ what is the new ...
Posted on June 15, 2014 at 13:45Hi, I am trying to control a TFT over LVDS with an STM32F429. At around 30 MHz the Signal seems to be ok, but the Display wants at least 40MHz. Turning up the Speed above ~33Mhz is messing up the clock signal and visi...