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

Alternate functions linked with PB6 pin in STM32G473VCT6

Hi,I'm using the STM32G473VCT6 and I'm confusing with alternate functions available in pin PB6. According to table 13 in datasheet it is possible to configure this pin as I2C1_SCL, but in table 12 this option doesn't exist. What is the correct option...

rd123 by Associate
  • 1357 Views
  • 5 replies
  • 1 kudos

When uploading a blink program to an STM32 MCU installed in a custom PCB, the LED turns on but it does not turn off.

I have a board with a STM32F103RET6 with many things, and a blue and green LED's connected to GPIO pins. To test if it works correctly I'm using STM32 cube IDE to upload a program that blinks the LED's, and the LED turns on but it does not turn off a...

AReye.1 by Associate II
  • 963 Views
  • 3 replies
  • 0 kudos

STM32F405RG IWDG Behaviour

Hi all.Thanks in advance for taking the time to answer - much appreciated.Context:STM32F405RG running 3 tasks using CMSIS_OS v2. Using HAL.IWDG set to 10s.HAL_IWDG_Refresh() sprinkled throughout the 3 tasks and in idle task.Symptoms:IWDG resets MCU l...

connect by Associate II
  • 748 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7~PDM2PCM lib, hard fault occurs.

  /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "pdm2pcm.h"   /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */   /* USER CODE...

0693W00000ANbSJQA1.png
CFran.1 by Associate II
  • 960 Views
  • 3 replies
  • 0 kudos

How to set my timers to 0V when off?

I am having this problem with a variety of signals but let's take for example a 10 kHz signal. I am using the repetition counter to count 9500 times (950 ms) and then be off for 50 ms before turning back on. During the repetition counter part my sign...

SGold.3 by Associate II
  • 1436 Views
  • 9 replies
  • 0 kudos

STM32L072 SysTick_Handler is never triggered

The IRQ is setup as follow:__weak HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority){ /*Configure the SysTick to have interrupt in 1ms time basis*/ HAL_SYSTICK_Config(SystemCoreClock/1000U); /*Configure the SysTick IRQ priority */ HAL_NVIC_SetPrio...

Cfaya.1 by Associate II
  • 390 Views
  • 0 replies
  • 0 kudos