]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/intelmote2/chips/da9030/PMICM.nc
increasing voltage of the core by .1V, .85V didn't always work
[tinyos-2.x.git] / tos / platforms / intelmote2 / chips / da9030 / PMICM.nc
index 156886dcbe61652fd4588ae915688c014ad9cf28..3a5962183c5f2eb02e9dae5db8980a96706e6b96 100644 (file)
@@ -244,7 +244,10 @@ implementation {
 \r
     // Set default core voltage to 0.85 V\r
 #ifdef PXA27X_13M\r
-    call PMIC.setCoreVoltage(B2R1_TRIM_P85_V);\r
+    //P85 is not reliable, using P95\r
+    call PMIC.setCoreVoltage(B2R1_TRIM_P95_V);\r
+#else\r
+    call PMIC.setCoreVoltage(B2R1_TRIM_1_25_V);\r
 #endif\r
     startLDOs();\r
     return SUCCESS;\r