platform-intel_mcs51 icon indicating copy to clipboard operation
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

Open StarChenPy opened this issue 2 years ago • 1 comments

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.

image

If this problem occurs with other SCM, should you delete this default parameter?

StarChenPy avatar Nov 26 '22 13:11 StarChenPy

same problem here, and as you described in this issue, I resolved this by run stcgal.py without -a manually.

ryan4yin avatar Dec 20 '22 13:12 ryan4yin