STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

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

STM32G474VET NOT CONNECT THE JTAG

I my micro controller not debugging in JTAG MODE it is perfectly working in the working SWD mode.Whenever  I tried to connect using JTAG it showing error (DEV_CONNECT_ERR) cause by the time of opening  C:\ST\STM32CubeIDE_1.12.0\STM32CubeIDE\plugins\c...

JTAG ERROR.PNG

How I Could balance interrupt from as7058 and LSM6DSOXTR

Hi to all comunity I've written the function below to reiceve interrupt from as7058 and LSM6DSOXTR but I have many and long periods that I received interrupts from as7058 only.How can I balance the receiving between them?void HAL_GPIO_EXTI_Rising_Cal...

rdl by Associate III
  • 500 Views
  • 2 replies
  • 0 kudos

DEV_TARGET_NOT_HALTED

I have a problem with this part of the code that involves the HAL erase function. I want to calculate the sector address from the block number i, but after execution, I encounter an error during debugging: "target ST-LINK error (DEV_TARGET_NOT_HALTED...

1.png 2.png
amine1 by Associate
  • 508 Views
  • 1 replies
  • 1 kudos

Problem with remore target debugging in cubeide 14

I have problems with remote debugging of an STM32L432 device from STM cube ide ver 1.9 on arch linux.gI can connect and debug with cube with the target directly connected.When i connect to a remote raspberry with the same tarrgeti i get an error: "Co...

pejjo by Associate
  • 1293 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.15.1 Update site missing

Ubuntu 23.10After installing STM32CubeIDE 1.15 and checking "Check for updates" there are no site listed.Adding http://sw-center.st.com/stm32cubeide/updatesite1 an update reports: No updates found, then:Unable to read repository at http://sw-center.s...

debugging_0-1715519635395.png debugging_1-1715519665974.png

Resolved! Using FPU in ISR and main() Code

I want to use the FPU in an ISR. Will I have context switching issues or i have to specifically make changes in the System_stmxx.c if i am using code generated from CubeIDE.Do i need to setup these registers explicitly or it is handled by CubeIDE by ...

Trigger the ADC twice preiodically

I want to design an mppt solar charge controller my design is ground isolated and a common positive shared between input and output the problem is I want to take two samples twice periodically on ADC Channel 3  one on rising edge (Output volt) of tim...