Skip to main content
Associate III
August 14, 2025
Question

STM32CubeIDE 1.19.0 live expression fail

  • August 14, 2025
  • 1 reply
  • 455 views

Hi everyone,

STM32CubeIDE v 1.19.0

MCU: stm32h755

I am debugging correctly the dueal core by means i see all registers in the live expression changing values without my intervention as expected by the simple code i wrote. As soon as i input a value, let's say I change the value of a variable from 0 to 1, then the panel shows:

Zzaaack_0-1755159145039.png

I used to work with the 1.13.2 version and older fw package and never had this issue, with the very same MCU, but with the new fw package and new IDE this is what i get.

I must say that to make it work in the first place I had to force the gcc toolchain using the command "gcc -gdwarf-4" in project settings. There is for sure a link but i can't get the hang of it.

Thanks in advance to all.

 

For the sake of understanding, i setup the debug config as explained in stm AN:

https://www.st.com/resource/en/application_note/dm00629855-getting-started-with-projects-based-on-dualcore-stm32h7-microcontrollers-in-stm32cubeide-stmicroelectronics.pdf

1 reply

Technical Moderator
August 14, 2025

Hello @Zzaaack 

Thank you for your contribution!
Actually, the CubeIDE team is aware of this issue and it has been reported internally for fix (Ticket number 215220 is only for reference, not available outside of ST.)

KR,

Souhaib

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ZzaaackAuthor
Associate III
August 14, 2025

@Souhaib MAZHOUD 

Thanks for the prompt answer.

Do you recommend a workaround?
I need to decide if to stick with this IDE version or switch to a previous one.