STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 752 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
  • 519 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
  • 3455 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
  • 1056 Views
  • 3 replies
  • 0 kudos

Resolved! Secure Firmware Install

Hello,I'm currently working with the STM32h573I-DK Board and I'm interested in installing SFI (Secure Firmware Installation) and learning how to work with it. Could you please provide guidance on how to install SFI and any resources such as tutorial ...

Hitesh by Associate III
  • 1008 Views
  • 2 replies
  • 1 kudos