Skip to content

Commit

Permalink
Merge branch '512fft-tkid' into 512fft-tkid2
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed May 22, 2023
2 parents c52c352 + 2c93972 commit 0fe9941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/surf/devices/ti/_Adc32Rf45.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,8 @@ def JESD_DDC_config():
channel.DUAL_BAND_EN.set(0x0,write=True)
channel.REAL_OUT_EN.set(0x0,write=True)
channel.DDC0_NCO1_LSB.set(0x00,write=True)
channel.DDC0_NCO1_MSB.set(0x4e,write=True)
# Changed hardcode from 0x4e to 0x32. Need to expose this as an arg into the device class or LocalVariable
channel.DDC0_NCO1_MSB.set(0x32,write=True)
channel.DDC0_NCO2_LSB.set(0x00,write=True)
channel.DDC0_NCO2_MSB.set(0x00,write=True)
channel.DDC0_NCO3_LSB.set(0x00,write=True)
Expand Down

0 comments on commit 0fe9941

Please sign in to comment.