i was trying to upload code to my ardunio nano but i am getting this error pls help
Sketch uses 6444 bytes (20%) of program storage space. Maximum is 30720 bytes.
Global variables use 471 bytes (22%) of dynamic memory, leaving 1577 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avr_read(): error reading address 0x0000
read operation not supported for memory "flash"
avrdude: failed to read all of flash memory, rc=-2
avrdude: stk500_recv(): programmer is not responding
the selected serial port avrdude: stk500_recv(): programmer is not responding
does not exist or your board is not connected
Make sure you have the correct port selected from the Tools > Port menu in the Arduino IDE.
You can find the port by doing this:
- Unplug your Nano from the computer.
- Select Tools > Port from the Arduino IDE menus.
- Note the ports, if any, listed in the menu.
- Close the Tools menu.
The ports list is only updated when the Tools menu is re-opened, so this step is essential. - Plug your Nano in to the computer.
- Select Tools > Port from the Arduino IDE menus. - The new port listed in the menu is the one for your Nano.
Nope not working tried evrything now arduino is stuck in uploading . soo iam using a ctype arduino nano soo iam using ATMEGMA328 (old bootloder) is that a problem ?
I am getting this error now
Sketch uses 6456 bytes (21%) of program storage space. Maximum is 30720 bytes.
Global variables use 470 bytes (22%) of dynamic memory, leaving 1578 bytes for local variables. Maximum is 2048 bytes.
Compilation complete.
avrdude: can't open config file "C:\Users\adith\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf": No such file or directory
avrdude: error reading system wide configuration file "C:\Users\adith\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Upload error: Failed uploading: uploading error: exit status 1
That looks like a configuration error. Usually it will fix itself after closing and re-opening the IDE, but i have had instances of having to reboot the computer (welcome to the world of Java)
Well show us the list of ports.
because.
If no new port show up, there is either an issue with your Nano, or with the driver for the onboard USB interface of it.
Nope that should work fine.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.