赤子的太阳 发表于 2016-7-16 20:50:17

用ISP烧写器 擦除了一块arduino mini为什么写不进程序了

我用arduino写了一个程序,写进去以后arduino mini就不停的读写程序,灯一直在快速的闪,串口一直被占用
无奈我只能用烧写器给擦除了,之后就写不了程序了

赤子的太阳 发表于 2016-7-16 20:55:41

里面有这样一句话不知道什么意思// Bugs:
//               - There is still a hangup after some time, though it only occurs when you are reading data from the website.
//                   If you only read the data from the serial port, there are no hangups.

164335413 发表于 2016-7-18 11:38:13

bootloader丢失

赤子的太阳 发表于 2016-7-19 11:00:10

164335413 发表于 2016-7-18 11:38 static/image/common/back.gif
bootloader丢失

呢要怎么重新下载呢,谢谢

164335413 发表于 2016-7-20 14:50:49

ICSP接口,用另一款UNO板或者用USBISP烧写器都可以,bootloader在Arduino安装文件夹下的 \arduino-1.6.5-r5\hardware\arduino\avr\bootloaders\atmega
具体教程请自己百度。

赤子的太阳 发表于 2016-7-23 11:10:57

非常感谢,已经烧写好了,能重新下载了
页: [1]
查看完整版本: 用ISP烧写器 擦除了一块arduino mini为什么写不进程序了