STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 lockup

Posted on June 17, 2012 at 15:35  I am working on some code for the STM32F407 and ran into interesting problem.  When switching power to the board off and on quickly, the processor can become stuck on reset, often dropping to hardfault handler.    ...

owen by Associate
  • 684 Views
  • 2 replies
  • 0 kudos

STM32, how to capture events on both edges?

Posted on July 28, 2011 at 02:35Are there any way to configure the TIMx to capture events on both edges for the same input? something like the configuration for capture pwm input. #about-pwm-input

Asantos by Senior
  • 1366 Views
  • 5 replies
  • 0 kudos

Test if running STM32 under debugger.

Posted on June 11, 2012 at 13:10STM32F103RE I'm using the 2 wire serial debug pins as GPIO under normal operating conditions, the JTAG/SW functionality gets disabled early in the main function.  Obviously this would prevent debugging as the debugger...

STM32F103T8 usart2 corrupted data

Posted on September 28, 2011 at 08:12Hi,Im trying to get the usart2 working but for some reason I get random corrupted data when I send message to the STM32F103T8. I can send messages from the STM32 to the computer without any corrupted bytes but no...

mikaeleg by Associate II
  • 1820 Views
  • 11 replies
  • 0 kudos

stm32l152V8t6 pb4-lcdseg8

Posted on May 24, 2012 at 10:56Hi, I'm using the emdedded stm32l lcd driver on the stm32L152V8t6 (lqfp 100pin)   all segments work well,but on the pb4-lcdseg8 I see a fixed voltage level(about 2.9V) very near to the vdd voltage. the lcd glass is ok....

Best ADC conversion method and clamping?

Posted on June 14, 2012 at 03:33Hi Guys, I'm designing a 3-phase DTC induction motor control which needs the 3-phase voltages and 2 of the currents. I am using the STM32F4 Discovery board. The control will have a small sample time (5uS). The control...

0690X00000602l8QAA.jpg

STM32F103C8 Peripheral Alternate Function

Posted on June 14, 2012 at 15:55On the STM32F103C8 chip I can use the PA9 default alternate function to use either USART1_TX or TIM1_CH2 on that pin depending upon which peripheral is enabled.If both peripherals are enabled and I am using PA9 as USA...

FSMC failure

Posted on June 13, 2012 at 09:35Hi, i am newby with arm cortex m3. I am working on STM32F101xC and i have this problem: driving a lcd with 8080 interface with FSMC i have no problem with st-link debugging and after a ''reset pin'' reset. After power...