We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default "- a" parameter in the "UPLOADERFLAGS" variable in "main. py" will cause the "STC89c516RD+" MCU to fail to upload normally.
When "UPLOAD" is executed, the process card is in "Cycling power: done", At this time, the microcontroller will lose power supply.
After trying to delete the "- a" parameter, the upload is normal, and you need to manually restart the power supply of the microcontroller.
If this problem occurs with other SCM, should you delete this default parameter?
The text was updated successfully, but these errors were encountered:
same problem here, and as you described in this issue, I resolved this by run stcgal.py without -a manually.
stcgal.py
-a
Sorry, something went wrong.
No branches or pull requests
The default "- a" parameter in the "UPLOADERFLAGS" variable in "main. py" will cause the "STC89c516RD+" MCU to fail to upload normally.
When "UPLOAD" is executed, the process card is in "Cycling power: done", At this time, the microcontroller will lose power supply.
After trying to delete the "- a" parameter, the upload is normal, and you need to manually restart the power supply of the microcontroller.
If this problem occurs with other SCM, should you delete this default parameter?
The text was updated successfully, but these errors were encountered: