Blinkinlabs / ch554_sdcc

CH554 software development kit for SDCC
295 stars 70 forks source link

I have successfully reversed CH551 ISP protocol. #1

Closed rgwan closed 6 years ago

rgwan commented 6 years ago

Here's my source code. But I'm not sure that whether or not it works on CH552/554.

https://github.com/rgwan/librech551

rgwan commented 6 years ago

BTW, original isp software will NOT working on WINE.

Because it have to communicate with CH375 driver.

cibomahto commented 6 years ago

Very cool! I'll try to test it out with a CH554 soon. Would be great to have a fully open solution for this chip!

rgwan commented 6 years ago

Please try out WIP branch, master branch doesn't support other chip id, because I hardcoded 0x51 for CH551.