cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE 1.19.0 live expression fail

Zzaaack
Associate III

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

3 REPLIES 3
Souhaib MAZHOUD
ST Employee

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.

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.

I wanted to add a consideration, I am using a st-link, not SEGGER devices, if this is the ticket you are referring about, it is incomplete.

Zzaaack_0-1755162013967.png

This is a reference from 

https://wiki.st.com/stm32mcu/wiki/STM32CubeIDE:STM32CubeIDE_errata_1.19.x

that was updated last week, maybe it is not up to date.