sir,
i read the JTAG disabling tutorial in the link mentioned by u.
there i found the method for disabling the JTAG fuse permanently..... it was mentioned to take the values of lfuse as 0xff and hfuse as 0xc9 (it was mentioned that the value of the fuse bits needs to be 0xc9ff in order to disable the JTAG).
i wrote the command “avrdude –p <microcontroller code> –c <programmer type> -t” in Command window....
but, in the pictures shown in the website m32(microcontroller code) was used.
since i'm using atmega16 i replaced it as m16...
also the default values of lfuse n hfuse were different to that compared in the website...but i followed the remaining steps as mentioned...everything went right n the process was over.....
BUT ... thereafter i'm unable to even to program or erase the chip....
it shows the message as "powering on failed"....
now i'm unable to use that particular micro controller.....i think that the lfuse n hfuse values are different to that of
mentioned in the link.....if so is it possible to change the fuse bits again.