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

Making variables visible to a header file

Hello,I'm using a STM32CubeIDE.A lot of the in the main.c file is auto generated.For example:UART Handlers, DMA Handlers etc.I also have a header file where I wrote a lot of user custom functions inside a file named: custom.hThe functions in this hea...

skon.1 by Senior
  • 1807 Views
  • 6 replies
  • 0 kudos

How to change a variable value in the "Expressions" window ?

Hello,I'm new to STM32CubeIDE ... and I'm having a lot of trouble.I'm trying to change the value of a variable in the Expressions (or Live Expressions) window and I can't. I can change the values ​​on the screen, but as soon as I “enter�? the value r...

JVERN.18 by Associate III
  • 579 Views
  • 1 replies
  • 1 kudos

Resolved! Header files not being found even though the correct path is included in the project and resolved in the Project Explorer under Includes

Hi, I had added include paths for some header files, but they are not being found as shown in the image. I went to Properties > C/C++ General > Paths and Symbols > Includes to add the include paths. I confirmed that these paths exist in Properties > ...

0693W000004Gs0SQAS.png 0693W000004GtQRQA0.png
PEmer.1 by Associate II
  • 12667 Views
  • 5 replies
  • 1 kudos

General Register modification during debug possible ?

Is-it possible during a debug session to modify general registers (e.g r3 ) .Context: Win 7 host with Virtual Box 6.0.4 for client Ubuntu 18.04 running STM32CubeIDE 1.2.0 on the integrated debugger of the Nucleo demoboard with STM32F412ZGHelp Center ...

0690X00000BwGzAQAV.png 0690X00000BwH0SQAV.png
NGOLA.1 by Associate II
  • 1152 Views
  • 7 replies
  • 0 kudos

printf will miss some data during large amount of print

I am using nucleo-H473ZI2 with CubeIDE. When I was trying to print a 1024-long int array, the SWV ITM Data Console will not be giving me all 1024 values.I implement printf to ITM Stimulus port by writing this function in main.c:int _write(int file, c...

JZhan.9 by Associate II
  • 986 Views
  • 5 replies
  • 1 kudos