On Sat, May 01, 2004 at 03:13:46AM -0500, Garst R. Reese wrote: > Thanks Steve, > The problem is that if I reprogram the chip I want the routine to run > again. > It would be sufficient if I could determine if the JTAG connector was > attached when I power up the device.
Well no problem. Simply do a master erase before. -> bit in info flash = 1 run your one time routine if bit!=0 then set bit in info flash = 0 Matthias