RevB Hardware This is the BootTest for revb hardware, for the C027 platform. This code performs a boot operation on the LISA-C200 module, bringing up the signals in the correct order, as reviewed by the hardware team at U-Blox. This simple code performs the boot operation on the LISA-C200, and proceeds into an infinite loop toggling an LED on the board, so that we visually know that the LISA boot operation is complete.

Dependencies:   C027-REVB mbed

Files at this revision

API Documentation at this revision

Comitter:
dixter1
Date:
Fri Dec 13 23:41:57 2013 +0000
Parent:
1:ba85fcc30fe1
Commit message:
Latest updates for latest lib, for boot test, revb hardwarwe

Changed in this revision

C027-REVB.lib Show annotated file Show diff for this revision Revisions of this file
C027.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ba85fcc30fe1 -r 7f1ba05e56f7 C027-REVB.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C027-REVB.lib	Fri Dec 13 23:41:57 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/dixter1/code/C027-REVB/#db7c445289f5
diff -r ba85fcc30fe1 -r 7f1ba05e56f7 C027.lib
--- a/C027.lib	Fri Dec 13 20:26:52 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/dixter1/code/C027-REVB/#2ae219d82c0e
diff -r ba85fcc30fe1 -r 7f1ba05e56f7 main.cpp
--- a/main.cpp	Fri Dec 13 20:26:52 2013 +0000
+++ b/main.cpp	Fri Dec 13 23:41:57 2013 +0000
@@ -12,8 +12,9 @@
     // power on the LISA chip
     c027.mdmPower(true,false);
     
-    // power on the GPS chip
-    c027.gpsPower(true);
+    // power on the GPS chip, and enable the buffer
+    //   for LISA access to the GPS chip.
+    c027.gpsPower(true, true);
     
 #if 1
     while(1) {