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

Resolved! Where can I find the Nucleo F103RB demo binary?

I'm looking for the .bin file that comes pre-programmed on the board. Anyone know where I can find it? The .zip file on the product page appears to be for a different board/project and also only contains a .hex file. Also if there is source code is a...

JGumm.1 by Associate
  • 717 Views
  • 1 replies
  • 0 kudos

Error when use prinf in UART

when i use HAL_UART_Transmit(&huart1, u8_TxBuff, sizeof(u8_TxBuff),100); then reset stm32 workswhen i use printf /* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : m...

0693W00000QLIJbQAP.png 0693W00000QLINdQAP.png
HODEFIANT by Associate II
  • 1337 Views
  • 3 replies
  • 0 kudos

after calling __set_MSP the local variables get corrupted

Hello,First, I am sharing some basic information.The target - STM32G0, compiler Keil C11.I am trying to jump from a Bootloader to an application. The scenario is very frequent and there are many questions about that on the web, but unfortunately I fa...

ELitv.2 by Associate II
  • 5851 Views
  • 8 replies
  • 0 kudos

STM32L4 LSE CSS

Posted on May 04, 2017 at 01:58Hello,I'm using STM32L443. I use LSE for RTC and i use LSE for MSI auto calibration. I use a battery on VBAT pin. When i accidentally touched one of the clock pin i saw that there happens an error. The error sets LSECS...

STM32F407VGT on Discovery Board. Timer2 input channel 2 PA1 is not triggering Input Capture interrupt. Timer2 Clock 84Mhz.(HSE with PLL for clock) void HAL_TIM_IC_CaptureCallback() is not invoking even after applying proper signal to Timer2 IC pin.

I have tried to create a PWM signal using Timer1 and then feed that to Timer2 running in Input Capture mode. The Timer1 PWM output is working fine and verified using DSO. But in case of Timer2 the Input Capture interrupt call back void HAL_TIM_IC_Cap...

0693W00000QLFBoQAP.png 0693W00000QLDyuQAH.png 0693W00000QLDyZQAX.png 0693W00000QLDy5QAH.png