diff options
| author | François Cartegnie <281376+fcartegnie@users.noreply.github.com> | 2024-01-16 16:30:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 16:30:15 +0100 |
| commit | 45308b9993e7aa5670de2a24203b3ef5e74b125b (patch) | |
| tree | d0b2a8749cdf1d010e09f67f3c31d509d1ddf920 | |
| parent | 8e497a6b9ad648e9f6e1220b5153fb9962098c64 (diff) | |
add configuration output
| -rw-r--r-- | CH582.md | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -3,7 +3,34 @@ * Chip is read protected for code sections * Bootloader is active. * BLE update seems deactivated - +``` +[INFO] Chip: CH582[0x8216] (Code Flash: 448KiB, Data EEPROM: 32KiB) +[INFO] Chip UID: C1-03-CC-26-3B-38-C8-62 +[INFO] BTVER(bootloader ver): 02.40 +[INFO] Current config registers: ffffffff23000000450fff4f +RESERVED: 0xFFFFFFFF +WPROTECT: 0x00000023 + [0:0] NO_KEY_SERIAL_DOWNLOAD 0x1 (0b1) + `- Enable + [1:1] DOWNLOAD_CFG 0x1 (0b1) + `- PB22(Default set) +USER_CFG: 0x4FFF0F45 + [2:0] RESERVED 0x5 (0b101) + `- Default + [3:3] CFG_RESET_EN 0x0 (0b0) + `- Disable + [4:4] CFG_DEBUG_EN 0x0 (0b0) + `- Disable + [5:5] RESERVED 0x0 (0b0) + [6:6] CFG_BOOT_EN 0x1 (0b1) + `- Enable + [7:7] CFG_ROM_READ 0x0 (0b0) + `- Disable the programmer to read out, and keep the program secret + [27:8] RESERVED 0xFFF0F (0b11111111111100001111) + `- Default + [31:28] VALID_SIG 0x4 (0b100) + `- Valid +``` ## Hardware Details  |