Vybhav Kadaba
/
EV-PRO-MW1001_Development_20April
Code clean up and handling FIFO errors
Diff: rtd_4w_config.c
- Revision:
- 43:e1789b7214cf
- Parent:
- 42:c9c5a22e539e
- Child:
- 45:f5f553b8c0d5
--- a/rtd_4w_config.c Tue Dec 10 09:00:11 2019 +0000 +++ b/rtd_4w_config.c Tue Jan 07 05:45:58 2020 +0000 @@ -53,6 +53,8 @@ .externalRefVoltage = 0.0, .operatingMode = ADMW1001_OPERATING_MODE_SINGLECYCLE, .dataReadyMode = ADMW1001_DATAREADY_PER_CYCLE, // FIX: Temporarily all values from json are hardcoded to this one in the Contracts.FileGenerator - > file translations!! + .excitationState= ADMW1001_ADC_EXC_STATE_CYCLE_POWER, + .groundSwitch = ADMW1001_ADC_GND_SW_OPEN, .cycleInterval = 0, .RSenseValue = 1000.0, }, @@ -81,7 +83,6 @@ .sensor = ADMW1001_ADC_SENSOR_RTD_4WIRE_PT100, .gain = ADMW1001_ADC_GAIN_1X, .current = { - .excitationState= ADMW1001_ADC_EXC_STATE_ALWAYS_ON, .outputLevel = ADMW1001_ADC_EXC_CURRENT_250uA, .diodeRatio = 0, }, @@ -91,7 +92,6 @@ .sf = ADMW1001_SF_8P24HZ, .chopMode = ADMW1001_CHOP_MD_SW, .notch1p2 = true, - .groundSwitch = ADMW1001_ADC_GND_SW_OPEN }, .reference = ADMW1001_ADC_REFERENCE_VOLTAGE_INTERNAL, .bufferBypass = ADMW1001_BUFFER_BYPASSS_DISABLED,