Skip to content

Commit

Permalink
ch57xf reset value fix, CFG_ROM_READ=0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Orlov authored and andelf committed Nov 18, 2024
1 parent 08ab9bf commit 042b7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/0x13-CH57x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ config_registers_ch571_ch573: &config_registers_ch571_ch573
name: USER_CFG
description: User config register
# reset: 0x4FFF0F4D
# CFG_DEBUG_EN=1、CFG_RESET_EN=0、CFG_ROM_READ=1
# CFG_DEBUG_EN=1、CFG_RESET_EN=0、CFG_ROM_READ=0
# enable 2-wire debug
reset: 0x4FFF0FD5
reset: 0x4FFF0F55
type: u32
fields:
- bit_range: [2, 0]
Expand Down

0 comments on commit 042b7c2

Please sign in to comment.