i've spent the past hours online searching and finding a way to solve this uploading issue but nothing has worked yet. Uploading using Arduino 2.2.1 and the error below comes up when trying to upload my code and any other simple code too, even blank sketches dont work
//
Sketch uses 7104 bytes (22%) of program storage space. Maximum is 32256 bytes.
Global variables use 576 bytes (28%) of dynamic memory, leaving 1472 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xae
Failed uploading: uploading error: exit status 1
\
This isnt a new Arduino uno or anything and ive been using it for some months now. I am positive the correct port and board of my uno are selected and also the built in led next to pin 13 doesnt flash like its supposed to when the reset button is pressed. im not too sure about the drivers installed into the arduino but my one is using a Mega16u2 chip and regarding burning the bootloader this is the only arduino i have so that wont be much of an option
If anyone has some advice or knowledge i am more than happy to hear any bit of help thank you