STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM3 Issue in STM32F215

Posted on June 05, 2014 at 14:30Hi, I am using TIM3(PC6 to PC9) for PWM output in STM32F215. In this I want three 50Hz PWM signals and one 8KHz signal. So I have configured PC7,PC8,PC9 as 50Hz PWM  signals. For this i have assigned PrescalerValue_50...

PLL Clock Problem

Posted on June 26, 2014 at 12:24Hi, I am using stm32l152r8 in my custom board.In this while I running the code I am getting error which is can not access the memory. After some time i found the error which is if ((RCC->CR & RCC_CR_HSERDY) != RESET)...

I2C Issues in STM32F215

Posted on June 26, 2014 at 12:50Hi, I am using STM32F215(master) in my custom board. In this controller is connected to the MPU9150 sensor(slave) via I2C interface.I tried to read the  slave Id of the slave device, but i am getting  whatever i am se...

Setup I2C slave to have more than two addresses

Posted on June 24, 2014 at 09:41Hi ST,I am using the STM32L151 processor on a custom made PCB. I use the I2C2 port as a slave and a GUI on my computer as master. The I2C1 port is setup as a master to control 12 slaves. The purpose is that the GUI sh...

kennethf by Associate II
  • 343 Views
  • 2 replies
  • 0 kudos

TIM3 on STM32F100RCT only CH1 giving PWM

Posted on June 24, 2014 at 23:21 Does anyone have such issue? /* TIM3 clock enable */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); /* AFIO enable */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO | RCC_APB2Periph_GPIOC | RCC_APB2P...

pchala by Associate II
  • 352 Views
  • 2 replies
  • 0 kudos

STM32 F103 - TIMER CLOCK

Posted on June 24, 2014 at 13:09Hi allI am looking at programming the digital filter in the input stage of a TIM2 capture/compare channel.The filter is configured using the 'IC1F' bits in 'TIMx_CCMR1'The different bit configurations make reference t...

jamie by Associate II
  • 329 Views
  • 2 replies
  • 0 kudos

STM32f4 internal pull down, external pull up

Posted on June 25, 2014 at 11:55Hi,I'm using an STM32F4 and have configured IOs as pwm outputs with internal pull down. These pins have been connected to an input of another chip which has a 5V pull up on its inputs. After some time the processor br...

thommagn by Associate II
  • 474 Views
  • 1 replies
  • 0 kudos