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

Not able to trigger DMA using GPIO input pin in STM32G030K8.

I have to generate a DMA request using GPIO input pin to change the polarity bit of my TIMER which I'm using as PWM(initial polarity is set to HIGH) to LOW which will change by setting the polarity bit to 1. Whenever the GPIO input pin get a rising e...

0693W00000QLK5CQAX.png 0693W00000QLK5bQAH.png 0693W00000QLK7IQAX.png
SKUND.11 by Associate III
  • 963 Views
  • 1 replies
  • 0 kudos

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
  • 777 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
  • 1435 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
  • 6603 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...