STM32CubeIDE (MCUs)

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

Upgrade CubeIDE 1.6.1 to 1.9 fails on Ubuntu 20.04

Before upgrade CubeIDE I make "sudo apt-get update && sudo apt-get upgrade -y"CubeIDE says:An error occurred while uninstallingsession context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall, operand=[R]org.ec...

What is GDB session, device event?

Running on Nucleo-L4P5ZGUsing STM32 Cube IDE (updated today 11.03.2022)When I build my code on my computer I get 0 errors (some warnings)I tried to debug the code on the board, and when I try to do some stuff with an SD card I have attached I get the...

SHelg.1 by Associate II
  • 642 Views
  • 0 replies
  • 0 kudos

C++ Project that creates C main file

If I create a C++ STM32CubeIDE project the main generated file is a C file (main.c) and I have to rename this to main.cpp every time I update pinmux, drivers, etc in order to call C++ functions.This bug is confirmed by another user that proposes a wo...

Gaston by Senior
  • 346 Views
  • 0 replies
  • 1 kudos

STM32CubeIDE: Missing/Blank Tabs With Hi-Res Screen

When I move my cursor over the document tabs in CueIDE the tabs go blank and sometimes disappear. Please see video.I have done the following to get Eclipse to work on my pc:Compatibility settings to scale menu and toolbar to reasonable size - The rel...

0693W00000KbkEwQAJ.jpg

I'm newbie c programming language. I'm developing an application for the STM32F410RBT. I am generating key pair using uECC library. I can't print the key pairs to the console. I am sharing the sample code below. Thank you for your help.

int _write(int file, char *ptr, int len) { int i = 0; for (i = 0; i < len; i++) ITM_SendChar((*ptr++)); return len;}uint8_t private[32] = { 0 };uint8_t public[64] = { 0 };using uECC_make_key generate public and private keysprintf(public[0]); /* warn...

nozba.1 by Associate
  • 574 Views
  • 1 replies
  • 0 kudos

SWO doesn't work

Hi, everyoneI use stm32f429ZI (180MHz)​​The setting contents were attached to the file​Any advice would be appreciated​Best regards,​​​

Hwoo- by Associate II
  • 1378 Views
  • 2 replies
  • 0 kudos