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
Back when I implemented this, I was under the assumption that 1 wait
state was a safe default value that should work for all configurations,
although not always be optimal. This turned out to be wrong.
I've seen a weird case, where the USB peripheral could get into a state
where it would no longer send data. This only happened with the number
of wait states set to 1. I don't know how other voltage range and core
frequency configurations might affect this.
I think the best option to now is to leave this configuration up to the
user, which is why I've added a method to the Flash API to configure it.
0 commit comments