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
while (((uintptr_t)addr) < (0x08000000U+ (1024UL*1024UL)))// Try dumping up to 1M. When reaching unimplemented memory, it will cause hard fault and stop.
240
+
while (((uintptr_t)addr) < (0x08000000U+ (1024UL*1024UL)))// Try dumping up to 1M. When reaching unimplemented memory, it will cause hard fault and stop.
240
241
{
241
242
writeWord(*addr);
242
243
++addr;
243
244
}
244
245
245
-
while(1)// End
246
+
while(1)// End
246
247
{
247
-
refresh_iwdg();// Keep refreshing IWDG to prevent reset
248
+
refresh_iwdg();// Keep refreshing IWDG to prevent reset
0 commit comments