df

Dependencies:   mbed

Fork of APP1 by Team APP

Revision:
16:c77e34bc69bc
Parent:
15:b38d9d210e32
Child:
21:a111be2582be
--- a/HomemadeMbed.cpp	Tue Jan 17 00:06:38 2017 +0000
+++ b/HomemadeMbed.cpp	Tue Jan 17 06:01:05 2017 +0000
@@ -39,12 +39,18 @@
             case 0x4000C008: return 0x000003CF;
             case 0x40098008: return 0x000003CF;
             case 0x4007C008: return 0x000000CF;
+            case 0x4001000C: return 0x000000FF;
+            case 0x40010000: return 0x000000FF;
+            case 0x40010004: return 0x000000FF;
+            case 0x400FC1A8: return 0xFFF3F3FF;
+            case 0x40010008: return 0x000000CF;
+            case 0x4002C000: return 0xFFFFFFFF;
             default: break; //Unknown address. Should never happen
         }
         
         //Crash
         printf("Unknown address: %d\r\n", (unsigned int)address_4_bytes);
-        assert(false); 
-        return 0xFFFFFFFF;
+        utility::blink();
+        return 0x00000000;
     }
 }
\ No newline at end of file