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

some Precautions for safe transmission(USART and DMA)

Posted on September 09, 2016 at 14:55 Hello you assume a system as shown below I have written a simple code to collect 100 chars from USART and DMA to a buffer.I want to estimate my system safety. DMA_DeInit(DMA1_Channel5)...

0690X00000605DzQAI.png
parisa by Senior
  • 363 Views
  • 0 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
  • 1208 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
  • 2278 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

STM7 - PWM in LP Mode(s)

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

FPU can not be enabled?

Posted on September 09, 2016 at 01:42Hi. I'm using the STM32F746G-Discovery board. I'm trying to make gcc output code that uses the FPU. The flags generated by my compiler settings when the FPU is supposed to be enabled are arm-none-eabi-g++ -mcpu=c...