
STM32 MCUs TouchGFX and GUI - STMicroelectronics Community
Mar 5, 2026 · Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.
Stm32 variable types - Electrical Engineering Stack Exchange
Oct 21, 2023 · Can I use variable types such as: float x; int x; or should I use int16_t x; int32_t x; I am using STM32F401RE. And how to decide whether to use int16_t or int32_t or int/float.
STM32 MCUs - STMicroelectronics Community
STM32 MCUs Join conversations with your peers and ST experts. Explore the full potential of STM32 microcontrollers for your embedded design.
How to properly use STM32 flash memory as an EEPROM?
I have to save certain parameters to the flash memory and these values should be non-volatile. But my program will change these parameters and I want the changes updated to the flash. I understand...
Home - STMicroelectronics Community
3 days ago · Welcome to the ST Community! Looking for solutions and tips to overcome your design challenges? You're in the right place! Ask questions, join discussions, or follow online courses to …
STM32 - Problem debugging using OpenOCD and ST-LINK
Jan 4, 2015 · I am trying to follow this guide "Installing a toolchain for Cortex-M3/STM32 on GNU/Linux" (available from here) with the STM32-H103 development board from Olimex. …
STM32 MCUs Embedded software - STMicroelectronics Community
Aug 25, 2025 · Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
STM32 Series Microcontroller - Calculations of Timer Variables
Oct 5, 2014 · STM32 Series Microcontroller - Calculations of Timer Variables Ask Question Asked 11 years, 6 months ago Modified 1 year ago
Part 1: Introduction to the STM32 microcontroller ...
Jan 15, 2024 · IntroductionIn this article, you are introduced to the basics of the STM32 clock system. Furthermore, the tools that are used to easily configure the STM32 clock system. We split the article …
Stm32 Event and interrupts - Electrical Engineering Stack Exchange
I started studying interrupts on stm32 specifically the stm32f4 discovery board. i found this example in which you have to press the button to start the interrupt and push it again to stop it. In t...