We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
we have a Problem with the debugger in uVision5.
And the forum :-) Our code contains an anonymous Union like:
struct x{ union{ uint32_t one; uint16_t two[2]; } }z;
When we Debugging the code all values are ok and the union is shown as untaggd.
Still no mention of an actual problem.