STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Brightness measurement using ADC

Posted on April 10, 2012 at 17:48Hi all, I want to measure the brightness using a light dependent resistor ''LDR'' uisng the stm32l15x devices. I an thinking to use the ADC to measure the ldr output but the the curve of the resistance vs illuminatio...

USART2 makes trouble

Posted on September 19, 2011 at 21:24Hi, i own an stm32f103 Board. USART1 is configured as TX via DMA and RX Polling. I tried to configure the USART2 port TX polling and RX polling. Confusing thing is that after sending on char to console the board...

TIM1_CC_IRQHandler is not called

Posted on April 11, 2012 at 20:46Hi, I`m working with the STM32F103XC processor (lqfp144 package) and I want to use the input capture mode for the Timer1. At the moment I didn`t get any timer interrupt while the I/O PE13 has a lot of rising edges. ...

mfcprog by Associate II
  • 986 Views
  • 4 replies
  • 0 kudos

Flash Dual Bank in STM32F2 & F4 ?

Posted on April 11, 2012 at 14:08Some STM32F1 MCUs have Flash Dual Bank, provided total amount of Flash is bigger than 512 KB. Thanks to that they posses valuable ability to ''read-while-write'' (RWW). Do MCUs from STM32F2 or F4 series have this fea...

gmravil by Associate II
  • 883 Views
  • 5 replies
  • 0 kudos

SDIO with clock managment SDCard Timeout

Posted on April 12, 2012 at 10:21Hi, I am disabling SDIO Clock in RCC module after each block write and enabling before. Some card works property, but some give response timeout after command:     SDIO_CmdInitStructure.SDIO_Argument = (uint32_t) Bl...

Getting Started with PLL and USART3--STM32F100C8

Posted on April 10, 2012 at 08:12Hi,I am having difficulty getting sysclock to work at 24Mhz using HSI and PLL.I am also facing difficulty in getting USART3 to transmit something.I have seen and tried what other members on this forum , with similar ...

hansen by Associate II
  • 839 Views
  • 8 replies
  • 0 kudos

STM32F103 simultaneous ADC1 and ADC3

Posted on April 03, 2012 at 06:52I have a project involving STM32F103RE. A timer channel TIM2_CH2 triggers a continuous read on ADC1, which uses DMA1 into a buffer. What I want to do is set up ADC3 to read a different channel in a similar fashion us...