Hi,
this is my environment:
- Arduino UNO
- MAC OSX 10.7.3
I upload sketches without problems until their sizes are under a threshold. As soon as they get bigger (about 28742 bytes) I get this error:
avrdude: stk500_recv(): programmer is not responding
during the upload.
This is the upload log:
.....
avrdude: Recv: . [14]
avrdude: Recv: . [10]
avrdude: Send: d [64] . [00] F [46] F [46] . [0f] Y [59] . [0f] . [db] . [10] . [bf] . [10] 0 [30] . [10] O [4f] . [10] + [2b] . [10] . [c0] . [0f] . [a0] . [0f] $ [24] . [0f] , [2c] . [0f] = [3d] . [0f] . [00] . [00] . [00] . [00] z [7a] . [15] 7 [37] . [16] . [92] . [15] . [dd] . [15] . [fb] . [15] . [d5] . [15] . [00] . [00] . [00] . [00] k [6b] # [23] . [ed] 3 [33] . [00] . [00] . [00] . [00] . [de] 2 [32] . [ed] 3 [33] r [72] 2 [32] . [a3] 2 [32] . [83] 2 [32] . [cc] 2 [32] . [00] . [00] . [00] . [00] . [85] 3 [33] . [00] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
If I remove one or two lines from the sketch it uploads and runs ok.
I have tryed to upload the sketches from Windows 7 with the same result.
I searched the forum but it seems that noone has the same problem.
Can anyone help me ?
Thank you.
Fab.