MAX11410 high speed 24-bit Delta-Sigma ADC

Dependents:   MAX11410BOB_24bit_ADC MAX11410BOB_Serial_Tester

Changes

RevisionDateWhoCommit message
35:f94470c95dde 2020-10-27 whismanoid improve response time Measure_Voltage (for MAX11410 EMC testing) default tip
34:1b72865fa71f 2020-06-05 whismanoid Measure_Voltage v_filter v_pga v_ctrl like Measure_RTD for better flexibility
33:9d0faea44d70 2020-05-08 whismanoid clear error extern double sqrt(double)
32:4c183afd82f6 2020-05-08 whismanoid clear various warnings
31:49a827a1fdc8 2020-04-24 whismanoid Condense register names LTHRESH0..7, UTHRESH0..7, DATA0..7
30:980556537d9f 2020-04-24 whismanoid Condense RegName UC_0..52 handler
29:a677458ac250 2020-04-24 whismanoid RegWrite cal_start=2 or 3 are reserved, do not wait.
28:441633d97018 2020-04-21 whismanoid MAX11410 SelfTest Measure_Voltage timing support test button
27:1cb6c42c6a93 2020-04-21 whismanoid test fixture: 1kohm between (AIN2,AIN3) and AGND to verify ref2_v
26:298726bd5a3f 2020-04-20 whismanoid On CAL_START, wait for CAL_RDY unless (cal_start=1 and pgaGain==1)
25:c4be3afbfafd 2020-04-16 whismanoid trim SPI ' MISO<-' message to support 24-bit regs on 80char line
24:428b7670e45f 2020-04-15 whismanoid after RegWrite CAL_START, poll status until 0x000004 CAL_RDY
23:22e7830bcccb 2020-04-13 whismanoid rename CMD_r000_1110_xxdd_xddd_PGA to CMD_r000_1110_00ss_0ggg_PGA; ; Measure_RTD() add rtd_filter=0x34 rtd_ctrl=0x41 rtd_source=0x0B rtd_pga=0x21;
22:c6812214a933 2020-04-13 whismanoid shorter arg/prop names, rtd_ms, self tests
21:847b2220e96e 2020-04-06 whismanoid futility_countdown_limit readAllStatusList readAllStatusListLen cleanup SelfTest
20:fb7527415308 2020-03-29 whismanoid Self Test work in progress
19:50cf5da53d36 2020-03-29 whismanoid Self Test work in progress
18:83a84c5ee00f 2020-03-17 whismanoid typedef enum comments use C++14 binary literal 0b1010
17:0e9f2dfc2a30 2020-03-13 whismanoid Read_All_Voltages diagnostic GP0 GP1 pulses; Nucleo F446 support
16:00aa1e5a6843 2020-03-11 whismanoid RTD auto select Pt100 vs Pt1000;
15:d5781c8fc002 2020-03-10 whismanoid timing delay after enable RTD bias current
14:b49eecf7e4d8 2020-03-10 whismanoid Configure_CTRL_REF(2) for self tests that require REF2 = 2.500V
13:df96a784cda6 2020-02-20 whismanoid avoid infinite status loop; avoid CS=NC runtime error; Menu item '$' -> AINcode[0], ... AINcode[10]
12:daecd93dd33a 2020-02-18 whismanoid inline SPIoutputCS
11:abde565b8497 2020-02-14 whismanoid CMDOP_enum_t
10:7adee48a7f82 2020-02-11 whismanoid commandByte distinct from regAddress
9:06ca88952f1c 2020-01-31 whismanoid init pgaGain=1, test part_id, test status, drop unused configure_ functions
8:3a9dfa2e8234 2020-01-22 whismanoid MAX11410 AINcode[11] (AIN0..9,AVDD=10), restrict index<=10
7:fc05b7441c44 2020-01-22 whismanoid Allocate AINcode[16] instead of [10] to prevent crashing from invalid index
6:2d39fd70692c 2020-01-17 whismanoid mbed MAX11410 Read_All_Voltages do not set device.NumWords
5:a2e74357cfc0 2020-01-10 whismanoid rtd_resistance RTD_Temperature display post menu item 'R'
4:c169ba85d673 2020-01-07 whismanoid Thermocouple, RTD support; doc self test
3:658a93dfb2d8 2019-12-24 whismanoid WIP TemperatureOfRTD_PT1000 TemperatureOfTC_TypeK;
2:eac67184cc0c 2019-12-20 whismanoid udpate docs
1:d57c1a2cb83c 2019-12-19 whismanoid Measure_RTD, multiple Ref channels
0:68e64068330f 2019-12-18 whismanoid MAX11410 high speed 24-bit Delta-Sigma ADC