STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART with DMA in receiving mode

Posted on September 08, 2016 at 11:49 Hello Here is my code as shown below #include < stm32f10x_gpio.h > #include < stm32f10x_rcc.h > #include < stm32f10x_usart.h > #include < stdio.h > #include < stm32f10x_dma.h > struct __FILE { int...

parisa by Senior
  • 646 Views
  • 5 replies
  • 0 kudos

PWM Frequency Change On the Fly

Posted on September 09, 2016 at 02:43I'm using an STM32F4 to generate PWM pulses. I need to do something a bit difference, the best way to describe it is like FSK ( frequency discontinuity not a problem if it occurs) For example - if one was lookin...

STM32CubeMX, cannot install FW package for STM32F4

Posted on August 09, 2016 at 08:58I am running CubeMX version 4.16.0, but I cannot update the firmware for STM32F4 to version 1.13.0.When I do: Help->Install New Libraries and tick 1.13.0 and then ''Install Now'', the installer runs until it looks l...

mats23 by Associate II
  • 953 Views
  • 4 replies
  • 0 kudos

Trouble setting RTC from LSI to LSE on STM32F4

Posted on September 08, 2016 at 17:52Hi,I have a problem where I'm trying to detect the presence of the low speed external oscillator, and to use it if it is installed. On bootup, it does the following:   * Turn LSI on (it always defaults to off)   ...

gw by Associate II
  • 1713 Views
  • 7 replies
  • 0 kudos

STM7 - PWM in LP Mode(s)

Posted on September 08, 2016 at 13:15Hello All,Is it possible for the STM7x family to drive PWM outputs - specifically here TIM1 and TIM8 - in Low Power Mode?Thanks,John W. #stmf7-lp-pwm