User Activity

Posted on September 02, 2015 at 15:02Hi I am using the STM32F303RE and SdPeriph library v1.2.3. Whenever I build my code I get this error: STM32F30x_StdPeriph_Driver\src\stm32f30x_rcc.c(994): error:  #268: declaration may not appear after executable...
Posted on August 20, 2015 at 12:06Hi I am trying to drive the output from pin PA8 (needed because I use it for TIM1 PWM) from 3.3V to 5V using an external totem pole drive circuit. Problem is no matter what I do the voltage of the output signal afte...
Posted on August 12, 2015 at 10:02HiI have made a post about my problem here: https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32F103%20PWM%20Interrupt%20not%20workingIf anyone is able to assist me it would be much appreciated....
Posted on August 06, 2015 at 09:43Hi allI have a problem. I am trying to update the PWM duty cycle using TIM1 update interrupt. In the interrupt I write values to the TIM1 CCR1, CCR2 and CCR3 registers. When I run the code nothing happens.Have I mis...
Posted on July 21, 2015 at 13:07Hi I have read through a couple of posts that clive1 has made regarding phase shifts in toggle mode. I need 120º shifts between each of the 3 PWM channels. I get 120º shift between channel 1 and 2, but anything more t...