STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Interrupt behavior and its priority

Hello,I have a basic question regarding timer behavior in STM32.I have a common callback function HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) that handles timer interrupts at defined periods. I have set different priorities for timer globa...

PPate.9 by Associate II
  • 1546 Views
  • 2 replies
  • 3 kudos

Resolved! could not verify st device

i am working on board stm32f103c8t6 and when i am going for debugging in stm32cubeide its shows errorFor bug reports, readhttp://openocd.org/doc/doxygen/bugs.htmlInfo : Listening on port 6666 for tcl connectionsInfo : Listening on port 4444 for telne...

Screenshot from 2024-05-24 17-40-00.png Screenshot from 2024-05-24 17-31-45.png

Resolved! LED BLINKING in EMBEDDED C

I built a project in STM32F411E-DISC . project is built successfully and also  when we debugged no issue is found ,but after debugging only ORANGE LED is toggling rest 3 LED is not toggling . kindly help me to resolve this issue .kindly  find for cod...

WhatsApp Image 2024-05-21 at 11.16.40 AM.jpeg Capture-3.PNG Capture-2.PNG Capture-1.PNG
arunoday by Associate II
  • 4985 Views
  • 9 replies
  • 1 kudos

stm32 with simcom A7672S

#include "main.h" #include <stdio.h>#include <stdlib.h>#include <string.h> #define PUTCHAR_PROTOTYPE int __io_putchar(int ch)#define GETCHAR_PROTOTYPE int __io_getchar(void) UART_HandleTypeDef huart1;UART_HandleTypeDef huart2; PUTCHAR_PROTOTYPE{    H...

Resolved! Is STM32CubeIDE is enough ?

Hi, I am totally new to embedded programming and going through documentations. As per https://www.st.com/content/st_com/en/stm32cubeide.html, it says STM32CubeMX is integrated into STM32CubeIDE.Do I still need to install STM32CubeMX separately ?

Resolved! STM32F4 with OLED

Hello everyone,I bought this Oled, can I use the SCK pin to connect I2C, or must I connect SPI?Many thank. 

noname8888_0-1716461881607.png