Difference between revisions of "CH55X HDK"
Jump to navigation
Jump to search
(Created page with " ===8bit CH55x === <gallery widths=350px heights=250px> File:2018-04-18_215637.png | CH551 File:2018-04-18_215643.png | CH552 File:2018-04-18_215652.png | CH554 File:2018-04-...") |
|||
Line 153: | Line 153: | ||
* Use WCHISPTOOL | * Use WCHISPTOOL | ||
* Short connect DOWN (or PROG) and 3.3V, plug in USB into download mode. | * Short connect DOWN (or PROG) and 3.3V, plug in USB into download mode. | ||
+ | |||
+ | |||
+ | == SCH == | ||
+ | <gallery> | ||
+ | File:CH551G_SCH.png | CH551G SCH | ||
+ | File:CH554_SCH.jpg | CH554 SCH | ||
+ | File:2018-04-02_003117.png | CH554 02 SCH | ||
+ | File:CH558%269_SCH.jpg | CH 558 559 SCH | ||
+ | </gallery> | ||
[[category: WCH]] | [[category: WCH]] |
Revision as of 13:49, 7 November 2019
Contents
8bit CH55x
Bugs
- The IC only can be flashed up to 200 times, please notice this.
Selections guide
Type | USB | Footprint | Space | Basic | Extra |
---|---|---|---|---|---|
CH551 |
|
SOP-16 |
|
|
|
CH552 |
|
|
|
|
|
CH554 |
|
= CH552 |
|
|
|
CH558 |
|
|
|
|
|
CH559 |
|
|
|
|
|
Possible functions
- Please view github demo code page
- Simulate CH340 USB-TTL
- Simulate HID keyboard or mouse
- Read GPIO and send via HID keyboard
- Read ADC and send via USB endpoint -- > demo see here.
- Simulate or handle data for USB device, like "barcode scan gun"
etc ...
CH55x MCU Type Programming Guide
- Demo code or from WCH MCU webpage - https://bitbucket.org/e_dragon/wch/src/master/
- CN here - http://www.wch.cn/bbs/thread-65023-1.html
- Unzip standard demo file.
- Find header file in example
- Keil project file in example too
- Use any standard 8051 IC, such as AT89C51/AT89S51
- Memory space select according to MCU config, avoid bootloader area, since out factory is already have bootloader.
- Only download hex or bin into MCU
ISP Programming Mode
- Use WCHISPTOOL
- Short connect DOWN (or PROG) and 3.3V, plug in USB into download mode.