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

Unstable I2C on STM32F746 Discovery

Posted on July 31, 2016 at 16:04 I've been struggling with this problem for weeks now. Basically I am trying to read out a sensor via I2C. The L3SD I am reading out the sensor in FreeRTOS, but the sensor readout task has the highest priority of a...

about changing RTC wakeup counter in run time

Posted on August 05, 2016 at 05:04Dear all,I am using stm32L151VD.I got an application which needs to change the RTC wakeup counter reload value in run time. My original wake up period is 1/16s. And then I use the code below to change the wake up pe...

jones by Associate
  • 424 Views
  • 0 replies
  • 0 kudos

How to use PWM as DAC?

Posted on August 04, 2016 at 12:49STM32F207VE Custom Board. I want to generate a PWM of 50-50 duty cycle with varying voltages (zero-to-maximum) like a DAC which gives output based on count. I do not have the schematic now. I'm directly viewing the ...

mani by Associate II
  • 795 Views
  • 4 replies
  • 0 kudos

Timer3 runs 2x faster than expected

Posted on August 04, 2016 at 17:07Timer3 runs 2x faster than expectedI know what many readers are thinking but read onI set my STM32F746 (DISCOVERY PCB) for SysClk=216 MHzAHB Prescaler set to �1 thus HCLK = 216 MHzAPB1 prescaler set to �4 thus PCLK1...

picguy2 by Associate II
  • 537 Views
  • 1 replies
  • 0 kudos

Tools for the SPBT2632 Bluetooth module

Posted on November 19, 2013 at 23:19Where will I find app notes and development tools for the  SPBT2632 Bluetooth module ?  Is there a Forth language for it ? Or a monitor ?  I want to do updates using the BT port.  I cannot find any data for the AD...

yes by Associate
  • 721 Views
  • 3 replies
  • 0 kudos

How to use PWM as DAC?

Posted on August 04, 2016 at 12:49STM32F207VE Custom Board. I want to generate a PWM of 50-50 duty cycle with varying voltages (zero-to-maximum) like a DAC which gives output based on count. I do not have the schematic now. I'm directly viewing the ...

mani by Associate II
  • 2715 Views
  • 9 replies
  • 0 kudos

TIM1 and TIM2 of STM32F103 both are working same APB frequency?

Posted on August 04, 2016 at 12:50Hi,I have configured the TIM1 and TIM2  in following way.void timer1Init(void){ NVIC_InitTypeDef NVIC_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1 , ENABLE); NVIC_InitStructure.NVIC_IRQChannel = TIM1_U...

Niks by Associate II
  • 455 Views
  • 1 replies
  • 0 kudos

TIM1 and TIM2 of STM32F103 both are working same APB frequency?

Posted on August 04, 2016 at 12:52Hi,I have configured the TIM1 and TIM2  in following way.void timer1Init(void){ NVIC_InitTypeDef NVIC_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1 , ENABLE); NVIC_InitStructure.NVIC_IRQChannel = TIM1_U...

Niks by Associate II
  • 786 Views
  • 1 replies
  • 0 kudos