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.
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 (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.