STM32F103RET7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-20 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-20 3: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/
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-20 3:51 AM
Hello,
Which Toolchain? what code? issue with global and local variables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-28 3: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".
