You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 66%] Built target ch551_blinky
[100%] Flashing ch551_blinky.bin to CH551 using wchisptool
Error while bulking in: LIBUSB_ERROR_OVERFLOW
Libre CH551 Flasher 2018
The chip id 0xFFFFFFA2 is currently not support in this program
[100%] Built target flash
I change the code to force the CH551...
// if(inbuffer[0] == 0x51)
if(1)
I then get...
[ 66%] Built target ch551_blinky
[100%] Flashing ch551_blinky.bin to CH551 using wchisptool
Error while bulking in: LIBUSB_ERROR_OVERFLOW
Libre CH551 Flasher 2018
Detected device CH551
Device rom capacity 10240, data flash capacity 128
Binary length 144
Error while bulking in: LIBUSB_ERROR_OVERFLOW
Device bootloader version: -5.11
Error while bulking in: LIBUSB_ERROR_OVERFLOW
Now performing erase...
Error while bulking in: LIBUSB_ERROR_OVERFLOW
Erase failed!
[100%] Built target flash
Any ideas?
The text was updated successfully, but these errors were encountered:
Using http://www.electronics-lab.com/ch551-1-80-usb-mini-development-board-based-8-bit-c51-micro-controller/
lsusb shows
Flashing example code - https://github.com/mogenson/ch551
First attempt gives...
I change the code to force the CH551...
I then get...
Any ideas?
The text was updated successfully, but these errors were encountered: