skeleton for lab1

Dependencies:   AvailableMemory mbed-rtos mbed

Fork of helloaabbc by 32314 mbed

Revision:
0:1c8f2727e9f5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Mem.h	Thu Apr 03 22:56:32 2014 +0000
@@ -0,0 +1,11 @@
+#ifndef _MEM_H
+#define _MEM_H
+
+#include "mbed.h"
+
+/*additional 16 KB SRAM bank*/
+int inBuffer[4096] __attribute__ ((section("AHBSRAM0")));
+/*additional 16 KB SRAM bank*/
+int outBuffer[4096] __attribute__ ((section("AHBSRAM1")));
+
+#endif
\ No newline at end of file