2022-02-09 06:35 PM
Hello everyone,
I use
stm32cubeide: 1.8.0
j-link
stm32f767ii.
I recently experienced strange variable value.
The 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
2022-02-10 12:10 AM
You could check if the RX_data_driver top right is actually pointing to the same address
Maybe the live expression window didnt catch up with an update in the .elf when you built the project
2022-02-15 04:48 AM
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?