klonyyy / MCUViewer

Real-time embedded variable & trace viewer
GNU General Public License v3.0
705 stars 71 forks source link

Bugfix/st link wfi read #46

Closed wckdwzrd closed 4 months ago

wckdwzrd commented 4 months ago

Fixed STLink read while core is in WFI sleep. Added checkbox to enable this feature. In case when checkbox set - STLink wakes up core and read value instead of returning 0. When core is in WFI and checkbox not set, read operation always returns 0.