STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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