Я новичок в создании устройств и использую плату Arduino Pro Mini 328 5v 16MHz. Загрузка кода на плату через USB-TTL-конвертер всегда была успешной, пока во время одной из загрузок не появилась следующая ошибка, и после этого не удалось загрузить какой-либо код.

Представленная ошибка:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x79
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x79

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

Затем я пошел покупать ту же плату Arduino Pro Mini 328 5v 16MHz, думая, что предыдущая могла быть неисправной. Первая загрузка (тот же код, что и предыдущий) этой новой доски прошла успешно. Я подключил его к своему устройству, но это было не то, что я хотел. Внесены некоторые незначительные изменения в код, и вышеуказанная ошибка снова появилась.

Кто-нибудь, пожалуйста, сообщите мне об ошибке, пожалуйста.

0