Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

AVR Software using command prompt

Status
Not open for further replies.

K Srinivas Pavan Kumar

Member level 3
Joined
Jun 20, 2015
Messages
66
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
524
Hi ,

I have tried using ATmega16 Microcontroller to execute and upload on board command prompt with the help of RS232 Cable. I have written command like this
avrdude -p m16 avrisp -e -U flash:w:agps16.hex

I have got errors as these in command prompt

1. Not in syn
2. Timeout
 

is the baudrate in config matches the device?
otherwise , try -b option.

also your command is missing the -c.

give it as: -c avrisp
 
Last edited:

Hi ,

I have tried using ATmega16 Microcontroller to execute and upload on board command prompt with the help of RS232 Cable. I have written command like this
avrdude -p m16 avrisp -e -U flash:w:agps16.hex

I have got errors as these in command prompt

1. Not in syn
2. Timeout

if you use usbasp :
try this :
Code:
C:\Users\antonius\Documents\Atmel Studio\6.1\VS_1053 V1.0\MP3_app\MP3_app\Debug>avrdude -p m16 -c usbasp -e -U flash:w:
yourhexfile.hex -v
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top