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
Hi,
using the library inside normal functions like main, everything works. But it can't be used within STORAGE_FS functions from the mass storage class provided by ST. Calling the function EraseSector ends up in an infinite delay, where the whole device becomes unresponsive. When trying to debug this behaviour, getting unresponsive starts when the function SPIF_WaitForWriting is being called. Also the main-Function Loop freezes when the function SPIF_WaitForWriting is reached.
Maybe someone experienced the same issue?
The text was updated successfully, but these errors were encountered:
Hi,
using the library inside normal functions like main, everything works. But it can't be used within STORAGE_FS functions from the mass storage class provided by ST. Calling the function EraseSector ends up in an infinite delay, where the whole device becomes unresponsive. When trying to debug this behaviour, getting unresponsive starts when the function SPIF_WaitForWriting is being called. Also the main-Function Loop freezes when the function SPIF_WaitForWriting is reached.
Maybe someone experienced the same issue?
The text was updated successfully, but these errors were encountered: