publishing to check changes in cdms code

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE_samp_23SEP_DMA_flag by samp Srinivasan

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Wed Aug 03 12:13:55 2016 +0000
Parent:
286:0f3a2a7ac295
Child:
288:aa93d6652381
Commit message:
sys_reset_bus made digitalin

Changed in this revision

DefinitionsAndGlobals.h Show annotated file Show diff for this revision Revisions of this file
FMS_all.h Show annotated file Show diff for this revision Revisions of this file
--- a/DefinitionsAndGlobals.h	Wed Aug 03 11:52:17 2016 +0000
+++ b/DefinitionsAndGlobals.h	Wed Aug 03 12:13:55 2016 +0000
@@ -297,7 +297,7 @@
 DigitalOut TRXY_EN (PIN84);//TRXY EN
 DigitalOut TRZ_EN (PIN88);//TRZ EN
 DigitalOut V_A_EN (PIN99);//TRZ FLT (no INTR capability)
-DigitalOut sys_pwr_rst (PIN46,0);//PTD3
+DigitalIn sys_pwr_rst (PIN46);//PTD3
 
 DigitalOut PYLD_DFF (PIN73);//PYLD_SW_PWR_EN_DIS
 DigitalOut PYLD_DFF_CLK (PIN65);//PL_3V3_EN_CLK
--- a/FMS_all.h	Wed Aug 03 11:52:17 2016 +0000
+++ b/FMS_all.h	Wed Aug 03 12:13:55 2016 +0000
@@ -254,7 +254,7 @@
 
 void SYS_PWR_RESET()  // Have to be decided with EPS team.
 {
-    sys_pwr_rst = 1;
+    //sys_pwr_rst = 1;
 }
 
 void EPS_V_A_EN()     // This is a reset function