关键字:stc15f104w、linux、编译、烧录、stcgal、sdcc、stc15
时间:2021年4月
编译与烧录
user1@debian:~/example$ sdcc -mmc51 --iram-size 128 --xram-size 0 --code-size 4096 "main.c" user1@debian:~/example$ stcgal -b 1200 -P stc15 main.ihx
常见问题
Switching to 19200 baud: Protocol error: incorrect frame start
Switching to 19200 baud: Serial port error: read timeout
波特率降低到1200即可解决。