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 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...

Post build command

Hello all,First of all, thank you all for helping and educating me on various topics whenever I needed help. This post is on how to rename an output file based on a define in my code. I understand this can be done by bash command(s) post-build, but a...

Modify copyright notice in main.c file

Hello, Somebody knows if the copyright notice generated at the beginning of main.c file is stored in a file that I can edit?I read in this forum that sections outside of user code are copyrighted by ST. If the copyright text is stored in an editable ...

xisco by Associate III
  • 809 Views
  • 2 replies
  • 1 kudos

STM32CubeIDE locks up on exit

Hi all,The last two times I have exited from STM32CubeIDE it has locked up. Does anyone know how to fix this?My system is Linux, Tumbleweed, Plasma (X11), Cube V14.0.When I Exit, I get the Exit confirmation message box, I select Exit - then the my cp...

PGump.1 by Senior III
  • 544 Views
  • 0 replies
  • 0 kudos

Resolved! PROBLEM WHEN TRY TO DEBUG

HELLO TO ALLI HAVE A PROBLEM WHEN I BUILD THE CODE AND PROGRAM IT WITH STM32 PROGRAMMER IT IS WORKING BUT WHEN I TRY TO DOWNLOAD THE CODE USING THE IDE WITH DEBUG I GOT ERR  THIS IS THE CONCOL LOG     ST-LINK SN : 310009000B00004C3359534EST-LINK FW :...

Elmofty by Associate II
  • 3640 Views
  • 6 replies
  • 4 kudos

unable to send data to the data register of uart4

#include "stm32f4xx.h"#include<stdint.h>  void config_gpio(){RCC->AHB1ENR |= (1U<<0);//ENABLING THE PORT A  GPIOA->MODER |= (1U<<1);GPIOA->MODER &= ~(1U<<0);//SETTING PA0 AS ALTERNATE FUNCTION MODE  GPIOA->OTYPER &= ~(1U<<0);//SETTING OUTPUT TYPE AS ...

Help on Porting Code from Keil to CubeIDE

Hi,I have an ethernet application which is working in a Keil project, the app uses F103ZET6 and contains a UART and an SPI, all working in polling mode. In order to port it to CubeIDE, I created a Cube project with F103ZET6, it has a RTC, a UART woki...

Chao by Senior
  • 1108 Views
  • 3 replies
  • 0 kudos