HI,
PLS someone help me to disable JTAG in atmega16....i m doing project of pid line follower robot by pratheek...in the main code(lotl.c provided by author) i wrote this code "MCUCSR=(1<<JTD);
MCUCSR=(1<<JTD);" right after start of main to disable JTAG n created the hex file to load to the mc..but on reset only the backlight of lcd is turning on but i m not able to see any display of menus in it....
I m not getting whether its right to include the code for disabling jtag in the main program or is there any problem wit the code...pls someone help me save the situation
