Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Revision 287:a387337491f7, committed 2016-08-03
- 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
