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

input capture issue on STM32F051, not on F100/F103

Posted on February 02, 2014 at 10:50Hello, my input capture code TIM1_CH3 (PA10) works very well on an F100 or F103, but not on the STM32F051. If i submit the debug session of the test code the GPIO and TIM1 register looks like ok. It looks like an ...

ingo by Associate II
  • 514 Views
  • 2 replies
  • 0 kudos

STM32F103xE Input read max speed

Posted on January 30, 2014 at 20:46Hello,I'm trying to sample the PB0 pin on the STM32F103RET6, the mcu is configured to 72MHz. I have an obscure 3.34Mhz clock/data signal I'm trying to capture. I was wondering what the maximum sample rate of the di...

arko2600 by Associate
  • 1547 Views
  • 7 replies
  • 0 kudos

Flash programming

Posted on February 01, 2014 at 14:38Hi All,I am working on STM32F103.When I program the device using system boot loader I save also some user data at the address 0x9800.Now I would like to re-program these data with the on-line application using FLA...

sirpak by Associate II
  • 644 Views
  • 5 replies
  • 0 kudos

Keil MDK 5 RTOS and ST STM32F4xx_DSP_StdPeriph_Lib

Posted on January 27, 2014 at 17:51Does anyone know if it's possible to use functions from the STM32F4xx_DSP_StdPeriph_Lib in a project built with Keil MDK 5 and using the CMSIS RTOS and Keil middleware please? I cannot use the STM32F4xx_DSP_StdPeri...

John F. by Senior
  • 484 Views
  • 3 replies
  • 0 kudos

Timer/PWM Question

Posted on February 01, 2014 at 01:59I have tried searching through the web, as well as the forum, as well as the Programming Manuals for various STM32F4 devices, but I cannot seem to get a good description of what TIM_ClockDivision in the TimeBaseSt...

Reset device peripherials after remapping

Posted on January 31, 2014 at 15:38Hey guys, I am already running an application with USB in VCP mode, and I developed a circuit, that would rise voltage on boot0-pin to enter the bootloader after a reset is done trough the watchdog... My problem is...

stm32 i2c problem after reciving 3 bytes

Posted on January 31, 2014 at 17:14Hi, I have a problem with i2c interface of stm32f103rbt6 mcu. I use interrupts for sending/receiving data, and everything is ok until slave (MS5611) sent 3 bytes. The bytes are received correctly, but i2c interface...