Skip to main content
hjuns
Associate II
February 10, 2022
Question

STM32cubeide debug monitoring error

  • February 10, 2022
  • 2 replies
  • 739 views

Hello everyone,

I use

stm32cubeide: 1.8.0

j-link

stm32f767ii.

I recently experienced strange variable value.

0693W00000JPEcBQAX.pngThe picture above was taken in the break point state.

You can see that the value state of buffer is different.

I've never experienced it when using stm32cubeIDE 1.7.0.

Please let me know if you know a solution or if you have encountered the same problem.

Thanks for your answer

This topic has been closed for replies.

2 replies

Javier1
Principal
February 10, 2022

You could check if the RX_data_driver top right is actually pointing to the same address

0693W00000JPFmVQAX.pngMaybe the live expression window didnt catch up with an update in the .elf when you built the project

hit me up in https://www.linkedin.com/in/javiermuñoz/
mattias norlander
ST Employee
February 15, 2022

Unable to re-produce this behavior on my side.

Are you able to create a minimal re-producible project that you can attach to this thread?