[nios] VCTCXO Trim DAC Readback is implemented incorrectly #471
Labels
Component: HDL
HDL component
Component: Nios II
Nios II issues
Issue: Bug
It's a bug and it oughta be fixed
Here in the NIOS code we currently perform an SPI transaction in the form:
However, the DAC actually requires two separate transactions to retrieve the register data:
Fortunately, this defect does not cause users to see invalid values. When clocking in "Dummy Data," the device is clocking out data from the previous command. This will either be previous read data or the data we were writing to the VCTCXO. Given the manner in which we use the device, both should be "correct."
Thus, this issue is a lower-priority "to do" item.
Reference:
The text was updated successfully, but these errors were encountered: