Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Arduino: 1.8.5 (Windows 10), Board: "Sanguino, ATmega1284 or ATmega1284P (16 MHz)"
  2.  
  3. Build options changed, rebuilding all
  4. Sketch uses 124676 bytes (95%) of program storage space. Maximum is 130048 bytes.
  5. Global variables use 15184 bytes (92%) of dynamic memory, leaving 1200 bytes for local variables. Maximum is 16384 bytes.
  6. Low memory available, stability problems may occur.
  7. avrdude: stk500_recv(): programmer is not responding
  8. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x97
  9. avrdude: stk500_recv(): programmer is not responding
  10. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x97
  11. avrdude: stk500_recv(): programmer is not responding
  12. avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x97
  13. avrdude: stk500_recv(): programmer is not responding
  14. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x97
  15. avrdude: stk500_recv(): programmer is not responding
  16. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x97
  17. avrdude: stk500_recv(): programmer is not responding
  18. avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x97
  19. avrdude: stk500_recv(): programmer is not responding
  20. avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x97
  21. avrdude: stk500_recv(): programmer is not responding
  22. avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x97
  23. avrdude: stk500_recv(): programmer is not responding
  24. avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x97
  25. avrdude: stk500_recv(): programmer is not responding
  26. avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x97
  27. Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
  28.  
  29. This report would have more information with
  30. "Show verbose output during compilation"
  31. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement