2024-02-20 03:29 AM
While testing the code, checked the local and global variables in live expression but it showed " failed to evaluate". and the variables are not refreshing continuously. but if I put a breakpoint it shows the values.
2024-02-20 03:48 AM
@NIJASPALAKKAL wrote:the code,
What code?
You need to show the code that you're talking about!
Please use this button to properly post source code:
Screenshots of what you're doing & seeing in the debugger would also help.
https://www.techrepublic.com/article/how-to-take-screenshots-in-windows-10/
2024-02-20 03:51 AM
Hello,
Which Toolchain? what code? issue with global and local variables?
2024-02-28 03:38 AM
For any sample code that is developed in STM32CUBE IDE, I used ADC, and SPI in my project. while fetching the ADC values I was able to display it over live expression. but if I put breakpoints the values are coming else it will be reading like " error to read the values".