??? 01/04/08 06:39 Read: times |
#149023 - Thanks/New Schematic Responding to: ???'s previous message |
Thanks for the explanation of the supervisor chip, makes sense. I went with a Microchip variant that the Andy posted above you, simply because the one you mentioned are not easily available from digikey.
From this document http://support.atmel.no/bin/custo...ntry&id=69 I have set up my ISP mode switches according to this quote: On the AT89C51RD2, the PSEN pin shall be pulled low during a Reset to force In System Programming. In System Programming is done with Reset=0 while Reset must be maintain to high for ISP with AT89S52. I put a momentary to allow for a manual reset, and another switch for pulling psen low as the document indicates to initiate programming mode. The only thing I'm not clear about on it is whether psen remains low during programming, and I'm struggling to find complete clear documentation of the chips ISP mode. For now I've put in a toggle for holding psen low...as that's my best guess from the general documentation I've found. I've looked it over and I think I might have it right...or at least a lot better so I'm going to post a update and see if anyone has more advice or catches me making anymore stupid mistakes =). http://ece.arizona.edu/~johnwill/DevBoard-Rev2.pdf Thanks, John |