Team Fox / Mbed 2 deprecated TR_EXCITATION_TEST

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of BAE_CODE_MARCH_2017 by Team Fox

Files at this revision

API Documentation at this revision

Comitter:
lakshya
Date:
Wed Jul 06 12:11:18 2016 +0000
Parent:
45:b5bd48ffbb67
Commit message:
wokrin2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jul 06 09:18:03 2016 +0000
+++ b/main.cpp	Wed Jul 06 12:11:18 2016 +0000
@@ -336,14 +336,14 @@
 DigitalInOut DRV_Z_EN(PIN88);    //Sleep pin of driver z
 DigitalInOut TRZ_SW(PIN40);  //TR Z Switch
 DigitalOut CDMS_RESET(PIN7,1); // CDMS RESET
-DigitalOut BCN_SW(PIN14,0);      //Beacon switch
+DigitalOut BCN_SW(PIN14);      //Beacon switch
 DigitalInOut DRV_XY_EN(PIN82);
 
 
 
 //================================================================================
 //default flash array some filler bits added (detail in MMS file) 0x73582600
-uint32_t ARR_INITIAL_VAL[8]={0x73582E00,0x505A4141,0x1A1A1400,0x00000000,0x00000000,0x00000000,0xCBA20000,0x00000000};//to be done
+uint32_t ARR_INITIAL_VAL[8]={0x73582C00,0x505A4141,0x1A1A1400,0x00000000,0x00000000,0x00000000,0xCBA20000,0x00000000};//to be done
 
 void FLASH_INI()
 {