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
When reading OTA service Application Version with no application currently flashed AppLoader gets stuck.
This is caused by trying to read from an invalid address in bootload_checkApplicationPropertiesMagic and can be resolved by checking that the appProperties pointer is inside the actual flash area.
When reading OTA service
Application Version
with no application currently flashed AppLoader gets stuck.This is caused by trying to read from an invalid address in
bootload_checkApplicationPropertiesMagic
and can be resolved by checking that the appProperties pointer is inside the actual flash area.The text was updated successfully, but these errors were encountered: