platform-intel_mcs51
platform-intel_mcs51 copied to clipboard
The default "- a" parameter in the "UPLOADERFLAGS" variable in "main. py" will cause the "STC89c516RD+" MCU to fail to upload normally
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?
same problem here, and as you described in this issue, I resolved this by run stcgal.py
without -a
manually.