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

Revision:
2:7f1ba05e56f7
Parent:
1:ba85fcc30fe1
--- 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) {