Mbed Fw supporting Device FW v82.25

Changes

RevisionDateWhoCommit message
51:393e1e7ae860 2020-03-06 Vkadaba SPIfrequency set to 700khz default tip
50:d84305e5e1c0 2020-02-17 Vkadaba Mbed Firmware Update to support Device FW v1.12.061
49:c31473bc013e 2020-02-06 Vkadaba Changed comment
48:5731f1aa2c5a 2020-02-06 Vkadaba Added wakeup support
47:5b42b9f9d1eb 2020-02-06 Vkadaba Changed ADMW_CONFIG struct variable name to "measureware_config"
46:2c697a0cbbed 2020-01-20 Vkadaba DEFAULT_LUT config for bridge config
45:f5f553b8c0d5 2020-01-20 Vkadaba Added AVDD support
44:94bdfaefddac 2020-01-16 Vkadaba Register map changes
43:e1789b7214cf 2020-01-07 Vkadaba Added CycleTime units in seconds Added global scopes for .excitationState and .groundSwitch on mbed and added same on all config files
42:c9c5a22e539e 2019-12-10 Vkadaba Printing correct firmware version
41:df78b7d7b675 2019-12-10 Vkadaba MWARE-1930 fixed
40:bc626b6918d0 2019-11-21 Vkadaba default config is Ktype
39:e255f52072fc 2019-11-21 Vkadaba added continue in utils.c to fix the wrong measurement from being displayed
38:7604d3b44dd5 2019-11-21 Vkadaba Default config is thermocouple k type
37:6acfbb4405cd 2019-11-21 Vkadaba Config files updated
36:54e2418e7620 2019-11-19 Vkadaba Added open circuit detection support to host ; Added VOUT sensor support to host
35:cf6a5a005a58 2019-11-19 Vkadaba externalRefVoltage changed to 0.0
34:b60ee1e0af2b 2019-11-19 Vkadaba External Voltage Reference support
33:df7a00f1b8e1 2019-11-14 Vkadaba Added support for the following:; 1.Rsense; 2.Excitation current state; 3.Buffer bypass ; ; the aobve support is only for analog sensors.; Tested and the system is working fine
32:52445bef314d 2019-10-25 Vkadaba Register map updated.; Files changed:; 1. ADMW1001_REGISTERS.h; 2.ADMW1001_REGISTERS_typedefs.h; 3.admw_api.h; ; Changes are done to support the new register map. ; Files changed:; 1.utils.c; 2.admw1001.c; ; admw_spi.cpp file is changed to test DRDY issue ;
31:8ab5d9a29a9f 2019-10-23 malavikasaji README.txt was in binary format. Fixing this so that the README file can be read on Mbed ADI code web page.
30:c78466adc502 2019-10-03 Vkadaba Setting default config to thermocouple sensor
29:713c24b07795 2019-10-03 Vkadaba SPI lines names changed to D pin names
28:8a7a908a8fdb 2019-10-03 Vkadaba Code clean up and config files updated
27:4c8d8ee6fcbd 2019-10-03 Vkadaba Added rtd_4w_config file and tested
26:07a0635eae6e 2019-10-03 Vkadaba Config files updated
25:b278a215cf3b 2019-10-01 Vkadaba Added README.txt file
24:2d2cb6ac71fd 2019-09-27 Vkadaba Replaced license.txt
23:bb685f35b08b 2019-09-26 Vkadaba Fixing code alignment
22:2835e9e9f59f 2019-09-26 Vkadaba License.txt file added
21:8e00425b8096 2019-09-11 Vkadaba A minor change in main.cpp
20:f94859dd2ca0 2019-09-11 Vkadaba Removed multichannel config file- It was created for my reference for debugging MWARE-1612
19:09d58952b65d 2019-09-09 Vkadaba AdSense, ADI Sense, ADISNS1000 are replaced with ADMW1001
18:cbf514cce921 2019-08-20 Vkadaba Added No excitation current config in host firmware
17:2f0028880874 2019-08-07 Vkadaba filter parameter - filterChop replaced with chopMode
16:327cea5a86e9 2019-07-26 Vkadaba Minor change in load_cell_config.c file
15:b5d57daeb7c0 2019-07-26 Vkadaba Modified the copyright notice
14:266ab283b086 2019-07-25 Vkadaba Added deviceInformation function to get the firmware version Id
13:97cb32670539 2019-07-25 Vkadaba admw1001.c file is updated ; ; config version changed to 2.0 from 1.7
12:8f21099b8028 2019-07-24 Vkadaba Initial Commit
11:8e6023d2e584 2019-07-15 Vkadaba sensor2_bridge_4w_load_cell_config.c file is updated and able to download the bin file .
10:14954555be2a 2019-06-21 Vkadaba Added print sample function in utilities and tested. Getting samples now
9:dc77fcfa7eba 2019-06-21 Vkadaba SPI_CS pin is changed from D9 to D10 and PLATFORM_GPIO_ALERT_ERROR is changed to PLATFORM_GPIO_STATUS
8:2f2775c34640 2019-06-20 Vkadaba admw1001 files are updated and code clean up is done. Project is building.
7:e75e825c04a4 2019-06-18 Vkadaba Changed channel name in sensor0_typeK_cjc0_config.c
6:9d393a9677f4 2019-06-15 Vkadaba Register map is updated and sensor config files are modified
5:0728bde67bdb 2019-06-05 Vkadaba Replaced all references to ADISense/ADISENSE1000/adi_sense with ADMW/ADMW1001/admw and the prject builds.
4:2ca06eee5735 2019-06-04 abrophy Changed channel ID check for RTDs - all RTDs are now CJC channels only.
3:cc09ac626ab3 2019-04-29 abrophy Chanegd type of rawValue in ADI_SENSE_DATA_SAMPLE to be int32_t instead of uint32_t, i.e. signed instead of unsigned.
2:e391aa125721 2019-04-26 abrophy Changed logging of samples to record hex and floating point value for raw sample.
1:63dd03580de4 2019-04-15 ADIJake Updated pinout for EV-ProMW1001ARDS. ALERT pin ignored for now due to bug in firmware.
0:85855ecd3257 2019-04-01 ADIJake Initial Commit