The JTAG fuse/Onchip debug disable is very important for power-down/sleep modes. If these "fuses" are on/enabled, the minimum sleep current will be approx 3mA (x300 higher than you want!)
uisp <progammer parameters...> -wr_fuse_h=0xD9 disables the JTAG fuse. uisp <programmer parameters..> -wr_fuse_h=0x19 enables the JTAG fuse You use JTAG fuse for debugging with Atmel's JTAG pod and ice-insight... matt > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Kristin Wright > Sent: Wednesday, August 04, 2004 12:45 PM > To: 'karan'; [EMAIL PROTECTED] > Subject: RE: [Tinyos-users] fuse extended byte > > > > The fuses control different settings. Two such settings, for example, are > the atmega 103 compatibility mode and the JTAG mode. > > You can find all the info about fuses in the datasheet for the atmel > atmega128 at atmel's web site. For convenience, here a link: > http://www.atmel.com/dyn/resources/prod_documents/doc2467.pdf > > -kw > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:tinyos-users- > > [EMAIL PROTECTED] On Behalf Of karan > > Sent: Tuesday, August 03, 2004 4:55 PM > > To: [EMAIL PROTECTED] > > Subject: [Tinyos-users] fuse extended byte > > > > what is this?? > > whats the purpose of setting this fuse?? > > > > thanks, > > karan > > > > _______________________________________________ > > Tinyos-users mailing list > > [EMAIL PROTECTED] > > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users > > _______________________________________________ > Tinyos-users mailing list > [EMAIL PROTECTED] > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.734 / Virus Database: 488 - Release Date: 8/4/2004 > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.734 / Virus Database: 488 - Release Date: 8/4/2004 _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
