News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

AVR programming with JTAG ICE USB howto?

Started by ar ar ar, August 02, 2012, 09:44:40 PM

Previous topic - Next topic

ar ar ar

Hello, does anybody know how to configure codeblocks, so that I can program my chip with JTAG ICE USB??

I get my code compiled and my hex file created but how I can program the chip?

I think that I must use AVARICE program to upload my code to the chip.

Any advice welcome.

scarphin

You can use 'tools' menu to define shortcuts for commands to program your AVR. See the post below for details.
http://forums.next.codeblocks.org/index.php/topic,13616.0.html

You may use 'avarice' to program your chip but using 'avrdude' to program is better as avarice is a little buggy. But you have to use 'avarice' to start a gdb-server. Check those those utilities' documentation for more info.