Skip to content

Commit

Permalink
Lmx2594.py Update
Browse files Browse the repository at this point in the history
turn off SYNC after the stable state
  • Loading branch information
ruck314 committed Nov 2, 2023
1 parent 46fa286 commit 0d8745f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/surf/devices/ti/_Lmx2594.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,8 @@ def LoadCodeLoaderHexFile(arg):

# 6. Program register R0 one additional time with FCAL_EN = 1 to ensure that the VCO calibration runs from a stable state.
self.DataBlock.set(value=(data|0x8), index=0, write=True)

# Turn off the SYNC after the stable state
self.DataBlock.set(value=0x0000, index=0x22, write=True)
self.DataBlock.set(value=0x0780, index=0x24, write=True)

0 comments on commit 0d8745f

Please sign in to comment.