Topic: Monitoring  (Read 8329 times)

FPGAengr December 06, 2012, 02:32 PM

  • Member
  • *
  • Posts: 32
 Looking at the FMC110 user manual I don't see any documentation on how to interface with the onboard monitoring system. Where can I find documentation on how to access the temperature of the device?

arnaudNL December 06, 2012, 03:57 PM (#1)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 7110
Dear Sir,


We are currently working on adding this information in our user manual. I am attaching the relevant portion of the schematic. The monitoring device is an ADT7411. The connections to the device are direct i2c to the FMC connector, as specified by the VITA specification. You can find the FMC pins in Appendix A, FMC110 user manual. These pins are I2C_SCL (C30) and I2C_SDA (C31).


You can find valuable information about ADT7411 on the manufacturer's page ( http://www.analog.com/en/mems-sensors/digital-temperature-sensors/adt7411/products/product.html ), especially in the datasheets/technical documents.


Another relevant information would be the software source code in charge of decoding/controlling values from the device. i2cmaster_getdiagnosticsfmc110() is a C function demonstrating how to parse the value obtained from the sensor. The file I am referring to is C:\Program Files (x86)\4dsp\FMC Board Support Package\Refs\Software\FMC110\Libs\I2CMASTER\Impls\i2cmaster_fmc110.cpp.


I hope that helps!


Best Regards,
Arnaud

FPGAengr January 07, 2013, 01:25 PM (#2)

  • Member
  • *
  • Posts: 32
Based on the FMC110 User Manual table 8 it looks like we are only able to measure the internal temperature of the ADT7411 chip, not the temperature of the ADC's and DAC's. The FMC126 User Manual table 9 shows that we are able to monitor the ADC Die Temperature. Is it true that with the FMC110 and FMC204 we are only able to measure the internal temperature of the ADT7411 and there is no ability to measure the temperature of the ADC or DAC chips?

ebarhorst January 08, 2013, 06:41 AM (#3)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 1222
Hi,


that is correct. The ADC and DAC devices do not offer any means of measuring to die temperature.


Erik

alonzo September 05, 2013, 03:12 AM (#4)

  • Member
  • *
  • Posts: 5
Following in this topic, what is the I2C address for the ADT7411. It could be 1001 000, 1001 010 or 1001 011, depending on the configuration of the ADD pin. I cannot find anywhere in the documentation what address was selected for the FMC110 board.
Thank you,

arnaudNL September 05, 2013, 04:23 AM (#5)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 7110
Dear Sir,


The ADT7411 has an address of 0x48 (8 bit), this is represented as 7 bit address yields into 0b1001000. This information is located in the FMC110 user manual, chapter 6.2.


Best Regards,
Arnaud

alonzo September 05, 2013, 01:10 PM (#6)

  • Member
  • *
  • Posts: 5
Thank you! I guess I missed it.

arnaudNL April 10, 2014, 05:19 AM (#7)

  • 4DSP Staff (EU)
  • Administrator
  • Member
  • *****
  • Posts: 7110
This topic is being closed because the issue is considered as resolved by 4DSP. Feel free to create a new topic for any further inquiries.