STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SysTick and clock configuration

Hi to all,I have a problem with clock and systick configuration.I am using an STM32F303CBT MCU and STMCubeIDE.At present my program realize a blinking led, but if I do not activate SysTick after a randon mumber of blinking the led stuck on or off ind...

GNU Tools For STM32 pre-compiled toolchain

Can someone  kindly provide instructions on  how to generate the tool chain here:https://github.com/STMicroelectronics/gnu-tools-for-stm32/tree/11.3.rel1I can't get it to workAlternatively can I get the precompiled toolchain for 11.3 rel. 1? ThanksTi...

Call `HAL_PWR_EnterSTOPMode` in `HAL_Delay`?

Some parts of my application are driven by the SysTick timer, and I got into the practice of adding `HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI)` while polling a flag, knowing that the SysTick interrupt will wake the microcontrolle...

Problem using DMA and ADC

Hello everyone!I am trying to use DMA for the first time with an ADC.I think I have configured my ADC and DMA correctly to work together (see configuration below).Using the debug I notice that in the HAL_ADC_Start_DMA function, the LL_ADC_REG_StartCo...

Tom83 by Associate II
  • 958 Views
  • 1 replies
  • 0 kudos

STM32 sleepmode problem

Hi. everyone"I've found that when I enter sleep mode, my uwtick stops counting, which causes issues with calculating the DataCollect time after waking up with the RTC. Is there a way to resolve this?"while(1){    if(HAL_GetTick() >= Tcmd1_dataCollect...