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
In reading flash registers while debugging the flash thing, we've noticed that when we do humility readmem -w 0x1ff2_0000 4, humility appears to issue 4 reads.
If true, this is bad. It should issue one read, to get a consistent snapshot of the register.
The text was updated successfully, but these errors were encountered:
In reading flash registers while debugging the flash thing, we've noticed that when we do
humility readmem -w 0x1ff2_0000 4
, humility appears to issue 4 reads.If true, this is bad. It should issue one read, to get a consistent snapshot of the register.
The text was updated successfully, but these errors were encountered: