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
Add a function that will test the flash (and driver) by writing to it and reading back. (Potentially other operations, too.)
Perhaps it would make sense to organize this as a separate build of the firmware that a definition in config.h controls. E.g., WARP_BUILD_ENABLE_SELFTEST. This way the self-test code will not take up important space in production builds.
The text was updated successfully, but these errors were encountered:
Add a function that will test the flash (and driver) by writing to it and reading back. (Potentially other operations, too.)
Perhaps it would make sense to organize this as a separate build of the firmware that a definition in config.h controls. E.g.,
WARP_BUILD_ENABLE_SELFTEST
. This way the self-test code will not take up important space in production builds.The text was updated successfully, but these errors were encountered: