You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a C style array globally defined: uint16_t vbat[64] = {50};
And after starting the debugging the code hits the break point and the graphical watch view is shown. But the signal is always zero although I press proceed to hit the breakpoint again. Any hint what I am missing.
Kind regards,
The text was updated successfully, but these errors were encountered:
Okay, I just checked that the graphical debug is only running if the c-style array is double. If it is an int it does not show up.
Any hint? I am debugging with a STM32 processor.
Hi,
I have a C style array globally defined:
uint16_t vbat[64] = {50};
And after starting the debugging the code hits the break point and the graphical watch view is shown. But the signal is always zero although I press proceed to hit the breakpoint again. Any hint what I am missing.
Kind regards,
The text was updated successfully, but these errors were encountered: