Skip to content

Commit

Permalink
CLKMUX_RST is actually CLKMUX_nRST
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Penney committed Jan 28, 2025
1 parent 12f36ad commit d40a2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/test_marble_family/i2c/marble_i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ class MarbleI2C():
# P1_4 (unused) In
# P1_5 (unused) In
# P1_6 (unused) In
# P1_7 CLKMUX_RST Out
# P1_7 CLKMUX_nRST Out
u39_port1_dir = 0b01110011
u39_port1_out = 0b00000000 # No clkmux rst, LEDs off
u39_port1_out = 0b10000000 # No clkmux rst, LEDs off

# U2 (ADN4600) MGT clock multiplexer
u2_xpt_config = 0x40 # XPT Configuration register
Expand Down

0 comments on commit d40a2c7

Please sign in to comment.