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

SPI configuration

Good morning,I'm new to using the STM32. I have a Nucleo H755ZI-Q development kit.I need to write a command to SPI port type 0xfcd8000 or 0xfcb85b0 or 0x12000000. The max frame can be 32 bits.On the oscilloscope, I do have an SPI frame, but I always ...

Gregory_1_0-1730891175976.png

Resolved! live expressions bug

I use STM32CubeIDE version 1.14.1. When I'm in debug mode, the Values in the "Live Expressions" window are weird and wrong.However, I found out that after editing and putting a random value in one of the fields, it will be fixed.Beginning:  After wri...

beginning.png after edit.png

Resolved! STM32CubeIDE - STM32U5 Port G Issue

Using STM32CubeIDE Version 1.14.1MCU Package STM32U5 1.4.0Using custom  STM32U5A9ZJT6Q  PCBIssue:-a.) if (HAL_GPIO_ReadPin(GPIOG, GPIO_PIN_7)) // PG7 pin 92 is always reading 0b.) HAL_GPIO_TogglePin(GPIOG, GPIO_PIN_12); // is not toggling the pinPort...

Resolved! J-LINK SEGGER with STM32CubeIDE

Hello, I would like to know How to configure the J-LINK Segger to work with STM32CubeIDE, after a little searching I found this video : https://www.youtube.com/watch?v=Rf-NKOoPYUc But at 12:11 I can see this configuration in the video              Bu...

DYann1_0-1730723182830.png DYann1_1-1730723371353.png
DYann.1 by Senior II
  • 5370 Views
  • 38 replies
  • 5 kudos

Resolved! Enable C++23 on custom toolchain

Hello,I would like some guidance on how to setup the STM32CubeIDE to allow me to use C++23 on the ARM toolchain I usually use.The ARM toolchain is setup correctly but in the project's properties>C/C++ Build>MCU/MPU G++ Compiler>General, the language ...