Jump to content
  • 0

Zybo Z7 XADC Aux Analog inputs stuck at 0x5999 and 0x5111


gautam

Question

Hi there,

I have been not having luck in reading the aux pins on the zybo z7 board. I have setup the system as below:

image.thumb.png.44a29b6d07485fd8536465b835107d42.png

The XADC is setup with DRP and channel sequencer in continuous mode, with the setup as below:

image.thumb.png.171fb02115cd89c870b5d676032ce813.png

I can read the voltages on the XADC system monitor dashboard as below:

image.thumb.png.83f156e1acc252d73d8771b526ef01fd.png

But the XADC only read 0x5999 on Aux 15 Pin, as seen below:

image.thumb.png.16c6bf01e799df9e181d13cb3835c220.png

As you will see above,  Aux 6 and Aux 14 is stuck at 0x5999 and Aux 7 and Aux 15 is fixed at 0x5111.

I don't get any errors only a critical warning:

[Timing 38-282] The design failed to meet the timing requirements. Please see the timing summary report for details on the timing violations.

I have been debugging this for two days now and I am unable to fix this issue. So any help to get the analog inputs on aux pins converted is greatly appreciated!

Cheers, Gautam.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

I am reading documentation for you at this point: Chapter 3 XADC Register Interface.

"All registers in the register interface are accessible through the dynamic reconfiguration port (DRP). The DRP allows you to access up to 128 16-bit registers (DADDR[6:0]
= 00h to 7Fh). The first 64 access locations (DADDR[6:0] = 00h to 3Fh) are read-only and contain the ADC measurement data. These registers are known as status registers."

Link to comment
Share on other sites

VP/VN measures the current consumption of the board, if you add that channel, do you see a voltage that makes sense? Does channel 00h (internal temperature) make sense? Did you tie the aux inputs together and to GND to have at least an expected value for the readings?

There might be a conflict between the JTAG port of the XADC and the DRP you are using in your project. What happens if you move the MODE jumper away from JTAG? You can still program it from SDK.

Link to comment
Share on other sites

Hi elodg,

I see that all values are read correctly through the PS directly. When AUX inputs are supplied voltages I see the same values when I read through PS directly in software.

The temperature values are not the same on the DRP interface, it is always around 2degrees higher that the PS read values.

The VP VN is always 0 on DRP, whereas the even AUX input (AUX6, AUX14) registers give 0x5999 and odd AUX input (AUX7,AUX15) registers give 0x5111.

The test were conducted with both mode selection jumper connected to SD card as well as with this jumper completely removed.

I can also see the correct values on the system monitor dashboard in vivado as below (The temperature reading matches with the DRP read values):

image.png.56849d6d6a6de25944c8719542969a9c.png

The equivalent DRP output is as seen below:

image.thumb.png.10bed6b7e9e28359139269ba087dc873.png

Is there something I am missing? Are there any other test I can perform to troubleshoot this issue?

Link to comment
Share on other sites

I verified that the timing follows as in the ug480 xadc guide.

I am now uncertain about my implementation of DADDR[6:0] address input in xadc wizard block.

 Is there any documentation or explanation on DADDR bus? The xadc guide only says “Address bus for the DRP.”

Link to comment
Share on other sites

Ug480 is littered with address definitions for the register map. DADDR is the port that takes this register address.

"All sensors and external analog-input channels have a unique channel address (see Table 3-7, page 45). The measurement result from each channel is stored in a status register with the same address on the DRP."

Link to comment
Share on other sites

Yes, I have seen in this 5 bit address for the channel selection. But the xadc_wizard block's DADDR[6:0] input is 7 bit.

What are other two bits used for? Do they select minimum maximum values?

If the other two bits can be ignored, then should the 5 bit address be left (MSB) justified or right (LSB) justified?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...