-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CH552T upload problems #44
Comments
@hexesdesu Are you using an early version of ch55xduino? Please update to the newest version and try again. It may work or it will show you more info to troubleshoot. |
Well, it's the newest 0.0.9 version downloaded by Arduino board manager. |
That is quite weird, I tried it again in windows, and it shows the bootloader ID and chip ID. Even there is a error message, the ID should be printed first. Also, the newer upload tool will not just say "not support". It will give you a reason. Maybe you can delete the board support file completely, include the caching zip files and install again. |
That really weird. I do have some CH552T and there is no difference from the CH552G at all. |
It says So the chip is a new family that have WCHISPTool support but not vnproch55x? I uncomment console.log and got :[[ArrayBufferData]]: "0x314400e08010" |
modified
And got definitely creepy response... |
@hexesdesu I never get a chance to get the old version bootloader to test, so the upload tool in my repo don't support that version. You may get a newer chip or use a tool support V1 version of the bootloader. |
Ok I checked my bootloader version in WCHISPTool I'm gonna try if I can upgrade it by myself, or bypass the code check. |
You can not bypass the code check in my uploader, because the protocols are different. I would recommend using another tool to upload. |
Maybe I can use chprog instead of vnproch551 in arduino? |
If you can make it accept hex file, yes. |
Ye I'm gonna try. It's my first time hacking Arduino so it may take a long time. |
You don't need to hack Arduino, just make the chprog to accept the same parameters to the vnproch551, and replace the one in the tool folder. |
When I tried to upload a blink demo to a CH552T chip, I got:
(failed to upload the project)
But with the same code, CH551G and CH522G works just fine.
Then I export the hex file and upload it by WCHISPTool, and it works.
Maybe it's a VNPro compatible problem?
The text was updated successfully, but these errors were encountered: