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

Low power modes for STM32G0 series

Hi everyone,I’m working on a project with the STM32G031 Microcontroller, part of the STM32G0 series, and I’m trying to utilize its low-power modes (e.g., Sleep, Stop, and Shutdown) to reduce overall current consumption. However, I’ve noticed that the...

shibanis by Associate
  • 883 Views
  • 1 replies
  • 3 kudos

Resolved! Code error when passing parameters to timer function

https://community.st.com/t5/stm32-mcus-products/can-pwm-settings-affect-other-timer-settings/m-p/748254#M267471void TIM2_Configuration(u32 Intervalms) { RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); TIM_TimeBaseInitTypeDef TIM_TimeBaseStruc...

treeset by Associate II
  • 642 Views
  • 1 replies
  • 1 kudos

Resolved! Confirmation on EXTI limitiation

I want to confirm the limitations of GPIO interrupts on STM32 devices. I am using an STM32H7 device, and observed that interrupts cannot be configured for PA0 and PB0 at the same time.  I could not find any confirmation regarding this in the device d...

sarun by Associate III
  • 893 Views
  • 3 replies
  • 4 kudos

Resolved! ECC for FLASH in STM32f103rct6

Hello ST Support Team,   Does the internal flash in STM32f103rct6 MCU supports the ECC feature? I am not able to find this information in related documents.   Best Regards, Aadesh  

AADESH by Associate II
  • 585 Views
  • 1 replies
  • 0 kudos

Print float on a vector

Good afternoon,I am testing my UART and using a vector to store float numbers as shown below: raptor::std::vector<float> numbers;  numbers.append(3.14f);  numbers.append(2.21f);  numbers.append(1.01f);  numbers.append(8.15f);  numbers.append(0.05f);H...

Gui_STM by Associate II
  • 491 Views
  • 2 replies
  • 0 kudos

Firmware size

Dear Sirs,Is there a method to calculate the firmware size?I am using STM32F103R8T6My flash memory is divided in three blocks:- Custom boot loader block- Main application block- Data blockWhen the main application is running, it needs to calculate it...

sirpak by Associate II
  • 1280 Views
  • 6 replies
  • 1 kudos