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
--- /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
--- /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();
+}
--- /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