blob: 2fb36b75028be5664820a1a2b57c2e5cbdd69571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# CH582
* Chip is read protected for code sections
* Bootloader is active
* BLE update seems deactivated
## Hardware Details

Its mirrored front if you want to play with transparency:

### Pinouts reverse engineering
TBD
### Chip configuration
TBD
## Development Hardware
* [WCH Link Debugger](https://www.aliexpress.us/item/3256803507003815.html)
* [CH58x development board](https://www.aliexpress.us/item/3256805118564658.html)
## Development software
* [WChisp firmware programmer](https://github.com/ch32-rs/wchisp)
* [CH583 Evaluation Board SDK](https://github.com/openwch/ch583)
* [Open Source Toolchain for CH582/CH583](https://github.com/cjacker/opensource-toolchain-ch32vĂ
|