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

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
  • 511 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
  • 674 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
  • 2572 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
  • 421 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
  • 763 Views
  • 1 replies
  • 0 kudos

ST-LINK_CLI.exe don't accept the -OB argument

Posted on August 04, 2016 at 11:11ST-LINK CLI.exe don't accept the -OB argument when i execute this commade line: ''C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK Utility\ST-LINK_CLI.exe'' –OB RDP=0 the software return : S...

stm32f407vg input capture problem

Posted on July 27, 2016 at 09:37Hi. I'm having problem trying to use input capture mode to measure frequency. I create pwn signal from timer4 of microprocessor and try to mesure it's frequency via timer2 input capture. I also measure the frequncy vi...

mk61 by Associate II
  • 553 Views
  • 3 replies
  • 0 kudos

Linking error in IAR_6.5

Posted on November 21, 2013 at 05:39  The original post was too long to process during our migration. Please click on the attachment to read the original post.

I2C

Posted on August 03, 2016 at 15:51HelloI have configured my STM32F405 board in the I2C master receiver mode. I am able to get interrupt for the start bit in the ISR. Now I am not able to clear the ISR flag. I tried to read out the I2C1_SR1 register ...