STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Discovery+OV2640 image too dark

Posted on October 28, 2013 at 04:14Hi everybody,I'm working with OV2640 and i've problem with brightness. I use TFT LCD to display, use config from STM32F4xx_DSP_StdPeriph_Lib ( dcmi_ov2640.c). DMA and DCMI working fine but the image i receive too d...

ST-Link won't run stand-alone on Windows 7

Posted on October 28, 2013 at 04:24I was interested in trying Espruino software on an STM32F4 and downloaded ST-Link.Unfortunately, when I try to run STM32 ST-Link Utility.exe I get a dialog''This application was unable to start correctly ()xc000007...

petecarr by Associate II
  • 369 Views
  • 1 replies
  • 0 kudos

Clock problem

Posted on October 28, 2013 at 10:53I work with STM32F103RBT6. In stm32f10x.h i set  #define STM32F10X_MD, it leads us to : #define SYSCLK_FREQ_72MHz 72000000 in system_stm32f10x.h. So SystemInit() function should go to SetSysClockTo72(). However on ...

jenya7 by Associate II
  • 461 Views
  • 4 replies
  • 0 kudos

SystemCoreClock Reading incorrect value?

Posted on October 25, 2013 at 10:54Hi, I am working with STM32F401 discovery board. I set up the system_stm32f4xx.c file so that the system clock becomes 84MHz(I used Excel based stm32 clock generator tool to get PLL values). void Delay(uint32_t dl...

TIM15 can be synchronized with TIM16

Posted on October 28, 2013 at 03:58Why synchronize TIM15 with TIM16? CPU: STM32F100C8T6 From datasheet (Doc ID 16455 Rev 3) ''TIM15 can be synchronized with TIM16 and TIM17.'' From STM32F10xxx Reference manual: ''14.5.3 TIM15 slave mode control regi...

juvf by Associate II
  • 487 Views
  • 1 replies
  • 0 kudos

DAC

Posted on October 26, 2013 at 14:31Hello everyone ,In Discovery board , by default 2 DAC channel activated . I want to activate only one .Is there anyway to configure this ? I am trying to modify DAC_Init ()..but :( ..... #dac-stm32f4-discovery-b...

Input Capture Example for STM32F303

Posted on October 26, 2013 at 10:33Hi,Dear all, I am new to this series. Specially I am unable to find examples on it for this version and I have a limited time to implement input capture to measure frequency between 210KHz-510KHz.I am using Timer 1...

contact2 by Associate II
  • 443 Views
  • 1 replies
  • 0 kudos

Issue on use DFU on STM32L Discovery

Posted on October 25, 2013 at 18:34Hi, I am working on the DFU recently.1. I modified a STM32L Discovery board with STM32L152RBT6 to have USB capaility. http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF2509902. Then I loaded the ''Device_Fir...