Tool/software:
Hi all,
We are going use the LMP90080-Q1 to convert PT1000 resistance to measured temperature.
After testing the ADC in combination with a potentiometer the data won't update anymore...
I use the following settings :
- LMP90080Register.RESETCN, 0xC3
- LMP90080Register.GPIO_DIRCN, 0x01 (Is used for debug LED)
- LMP90080Register.GPIO_DAT, 0x01
- LMP90080Register.CH0_CONFIG, 0x05 (Set gain to 4, ODR to 16775)
- LMP90080Register.CH_SCAN, 0x00 (Set to Single channel continuous scan)
- LMP90080Register.ADC_AUXCN, 0x23 (IB1 = 300uA and internal clock)
- LMP90080Register.ADC_RESTART, 0x01
After these settings I do a read of LMP90080Register.ADC_DONE but there are no new conversions available...
Is there someone who could help me out, this used to work in the past and now i see the behaviour on all of the dev boards.