-
I ran into a problem when uploading using CMD ( WCHISP worked fine). I got CH552G chip with 2.4.0 bootloader version
I checked the VNproCh55x tool repository but I can't find any clue
thanks
```
E…
-
The CH55x family of micro controllers are MCS-51 based USB IC's, ranging from single USB device to dual USB host devices. I opened a PR to get CH559 support, https://github.com/platformio/platform-in…
-
您好!
我在使用namespace的时候,arduino如下报错:
Syntax error, declaration ignored at 'namespace'
'"' ; column 14
syntax error: token -> '}' ; column 1
经过多次测试,同样代码在默认的arduino板上编译通过,切换至ch55x后报错
-
~~~
git clone https://github.com/Blinkinlabs/ch554_sdcc.git
cd ch55x_sdcc/examples
make
~~~
It should be ch554_sdcc
-
I have two Tang Nano boards both give the same error when trying to flash. As it's terrible to get them working on Windows with "official" tools I really hope to get openFPGALoader to work. The output…
-
Hi! Thank you for this project, which has offered me with a lot of convenience.
I happen to have a CH552 board, a CH549 board, and CH32F103/V103/V307 boards, so I tested this tool on them. CH32F10…
-
Hello. I'm writing this issue with hope that you could give me some help or guidance.
I've ported your library to work with CH552 microcontrollers, it was simple because your library is easy to use …
-
Not sure if this is a good place...
I would like to make a board based on CH559T. There is very little data about the design of it. All I have found so far is:
https://ae01.alicdn.com/kf/H75820655…
-
When you press the Write button, the ArduinoIDE will display an error.
------------------------------------------------------------------
CH55x Programmer by VNPro
---------------------------…
-
First, thanks for this awesome work.
I am able to compile and flash the examples. I was wondering how can I send media control commands/keypresses like volume up and down, next, pause and play.
W…