ch552tool icon indicating copy to clipboard operation
ch552tool copied to clipboard

Put CH569 in debug mode

Open hansfbaier opened this issue 2 years ago • 0 comments

Hi, When I send those commands, I can put the CH569 in debug mode (or disable it):

ENABLE_DEBUG_CMD = [
    0xa8, 0x0e, 0x00, 0x07, 0x00,
    0x11, 0xbf, 0xf9, 0xf7, 
    0x13, 0xbf, 0xf9, 0xec,
    0xe5,       
    0xf2,        
    0xff, 0x8f 
]

DISABLE_DEBUG_CMD = [
    0xa8, 0x0e, 0x00, 0x07, 0x00,
    0x11, 0xbf, 0xf9, 0xf7,
    0x13, 0xbf, 0xf9, 0xec,
    0x45,
    0xf2,
    0xff, 0x8f
]

hansfbaier avatar Jul 15 '22 06:07 hansfbaier