Memoria Flash AT45DB161D

Dependencies:   at45db161d mbed

Files at this revision

API Documentation at this revision

Comitter:
apm_litoral
Date:
Thu Jun 07 05:19:49 2012 +0000
Commit message:

Changed in this revision

at45db161d.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 6c3378666293 at45db161d.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/at45db161d.lib	Thu Jun 07 05:19:49 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/okini3939/code/at45db161d/#b379e16fdf6f
diff -r 000000000000 -r 6c3378666293 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Jun 07 05:19:49 2012 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "at45db161d.h"
+
+DigitalOut myled(LED1);
+ATD45DB161D Flash(p5,p6,p7,p8);
+
+int main() {
+    Flash.Init();
+    Flash.ChipErase();
+    Flash.DeepPowerDown();
+    wait(5);
+    Flash.ResumeFromDeepPowerDown();
+}
diff -r 000000000000 -r 6c3378666293 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Jun 07 05:19:49 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479