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

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
  • 758 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
  • 552 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 ...

ADSTP not work on STM32F030R8T6

Posted on August 04, 2016 at 09:35Some time on my run I see that even if I do ADC1->CR |= ADC_CR_ADSTP;And wait on  while ((ADC1->CR & ADC_CR_ADSTP) != 0);It didn't go to ''0''.I check and see that ADSTART=''1'' and ADDIS=''0''.It configure to ADC1-...

Barbie by Associate II
  • 452 Views
  • 0 replies
  • 0 kudos

STM32F4 config CAN Filters

Posted on July 26, 2016 at 14:35 Hello there, For a while now I am trying to configure the CAN filter system to work properly in STM32F4 I have managed to make the system work the way that I have 2 mask filters. Depending on which the CAN ID...

Com port on Nucleo F030 board?

Posted on August 02, 2016 at 03:06I  used the mbed compiler to make and download the Nucleo_printf program, but I'm not getting any serial output.  I'm using Tera Term on Com23 @ 9600-8-n-1, no flow control.Is there a step I'm missing? What baud rat...

stthormj9 by Associate II
  • 1235 Views
  • 9 replies
  • 0 kudos

VCP On a STM32F030 Nucleo Board

Posted on August 03, 2016 at 20:40Thanks to @Clive1, I have the serial on the STM32F030 working... but despite it sending out the serial data (verified on oscope), I'm not receiving it on com23 [STMicroelectronics STLink Virtual Com Port] using Tera...

Bug in HAL_SPI Library HAL_SPI_Transmit

Posted on July 28, 2016 at 17:20 I found bug in HAL SPI Library. MCU: STM32L476VGT6 (L476 Discovery board) CubeMX 4.1 CubeL4 v1.5.1 In transmiting data in 8-bit mode: /* Transmit data in 8 Bit mode */ else { while (hspi->TxXfer...

thehavoc by Associate
  • 591 Views
  • 2 replies
  • 0 kudos