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 was working on a nucleo-f411re EVB using vscode cortex-debug.
It seems that the peripheral registers and system registers( like ### SCR[System Control register] ,which is part of the core infrastructure) are defined in separated svd files .
That means I have to include both of them if I wanna show them all ( haven't found support in the extension)
or instead, merge them into a single file ( kinda dirty work when switching to a different model) :-(
is there some way to deal with that scenario?