STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f103: synchronize a few timers

Posted on July 18, 2016 at 23:28Hi, I would like to control a brushless motor in gimbal project for this purpose I use three timers, but diffrent to one motor and I prepare timers as a PWM output and set a pulse which is out of phase, but because of...

STM32f207 PWM output

Posted on July 15, 2016 at 16:44Hi, I am trying to generate a PWM output on port PE9. I have set up the Timer configuration, the GPIO configuration and the interrupts. Somehow when I add the code to set up the PWM mode, then I completely lose my sig...

eugenia by Associate II
  • 254 Views
  • 3 replies
  • 0 kudos

How to create eclipse project from scratch?

Posted on July 18, 2016 at 20:09Hi, I'm using SW4STM32 to play around with STM32F0-Discovery board. I know that ST has provided project templates for different tools. Whenever you create a project the project wizard gives you option to import the fi...

rsakaria by Associate
  • 151 Views
  • 1 replies
  • 0 kudos

Firmware load instructions

Posted on July 15, 2016 at 15:44I have been dissecting my STM32L151's code. It starts at address 0800 0000 and consists of around 50 load instructions. After each load instruction, the value is shifted right by 0x20 and stored into R0. After each lo...

PWM Output on STM32F2XX (Solved)

Posted on February 02, 2012 at 14:30Greetings,I am currently toying around with the KEIL MCBSTM32F200 Evaluation Board(the STM32F207VG uC) and have run into some problems with the PWM output.I want a simple PWM-signal on TIM1, Channel1 (PA8 for STM3...

th2 by Associate
  • 497 Views
  • 10 replies
  • 0 kudos

uCLinux in stm3210e-eval board

Posted on July 18, 2016 at 15:34Hello, I have STM3210e-eval board (ARM Cortex M3 core-based STM32F103ZGT6). In AN3012 Application Note (pag. 6 ''Package Description'') the section presents all the files in the package that are needed to get started ...

STM32Cube errata?

Posted on July 18, 2016 at 00:20Hi everyone,So I would like to test out a bit of the STM32Cube. But first I was looking for a bug list on current versions so I don't run into a stupid problem and get stuck for hours.Is there a errata for the STM32Cu...