-
Hi all! I get an error when compiling:
#error "This platform isn't recognized by FastLED... yet.
Tell me how I can add support for these chips?
I found [this](https://github.com/DeqingSun/ch55x…
-
Could you please tell me if there is a document describing the protocol for downloading the program into the CH552?
Is this possible only via USB or is it possible through a com-port?
I contacted …
-
One of the utilities mentioned in the readme - LibreCH551 - appears to be abandoned, and doesn't work with current chips (or, at least, not with current bootloaders on current chips). I'd recommend re…
-
I can not flash my CH554 with this tool
```
python -m ch55xtool -f C:\Users\Gigabyte\Documents\Keil\CH554EXAM\USB\U_DISK\EXAM1\EXAM1.bin -r
Found CH554.
BTVER: V2.31.
Failed to flash firmware of …
-
Could you please tell me if there is a document describing the protocol for downloading the program into the CH552?
Is this possible only via USB or is it possible through a com-port?
I contacted …
-
Hello! I'm thinking of two projects for CH559. I've got the electrodragon CH559 dev board.
- USB keyboard protocol to PS/2 protocol. Then I've already got an Arduino PS/2 to XT protocol converter. …
somhi updated
2 years ago
-
Interrupts for Timer3 (see demo program below) appeared not to work (timer 2 is fine).
Applying below makes this work.
```
diff --git a/ch55xduino/ch55x/cores/ch55xduino/main.c b/ch55xduino/ch…
dirkx updated
5 months ago
-
This is a fantastic little project!
I recently discovered the ch55x series in general and this project in particular. I built it up in an hour or so, flashed your 2SNES firmware, and everything wor…
-
Linux (Ubuntu 20.10):
```
$ wchisptool
Error while bulking in: LIBUSB_ERROR_OVERFLOW
Libre CH551 Flasher 2018
The chip id 0x00 is currently not support in this program
```
I did get a few co…
-
Porting the TinyRF library (https://github.com/pouriap/TinyRF) would really open a lot of possibilities, as it would enable usb port communications to low power RF devices.
The library is not too big…