diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteCCMode.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteCCMode.h index 68b678864..bbfc4312c 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteCCMode.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteCCMode.h @@ -241,7 +241,7 @@ static void CC_Vscan(CCMode *CC){ } Iin = CC->_MeasureData * 20; //[50pA] nA => 50pA deltaI = Iin - Iset; - deltaV = -1 * 5 * deltaI / 100; //-100 * deltaI //50pV=> 5nV + deltaV = -1 * (deltaI / 1000); //-5 * deltaI / 5000 //pV=> 5nV Vset = Vset + deltaV; //[5nV] if(Vset <= Vmin){ @@ -254,7 +254,7 @@ static void CC_Vscan(CCMode *CC){ if(!VscanReset){ Iin = CC->_MeasureData * 20; //[50pA] nA => 50pA deltaI = Iin - Iset; - deltaV = -1 * 5 * deltaI / 100; //-100 * deltaI //50pV=> 5nV + deltaV = -1 * (deltaI / 1000); //-5 * deltaI / 5000 //pV=> 5nV Vset = Vset + deltaV; //[5nV] if(Vset <= Vmin){ diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h index 2bba04baf..059832bfa 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h @@ -29,7 +29,7 @@ */ -#define BOARD_ANGUS +#define BOARD_C635 typedef struct _formula{ diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h index 43c51b678..850a62fec 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h @@ -5,8 +5,8 @@ #define VERSION_DATE_YEAR 20 #define VERSION_DATE_MONTH 6 #define VERSION_DATE_DAY 5 -#define VERSION_DATE_HOUR 10 -#define VERSION_DATE_MINUTE 30 +#define VERSION_DATE_HOUR 17 +#define VERSION_DATE_MINUTE 3 // this is NOT the version hash !! // it's the last version hash