6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Thu Sep 26, 2024 4:29 am

All times are UTC




Post new topic Reply to topic  [ 76 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: Sun Jul 03, 2011 7:26 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8519
Location: Southern California
Quote:
By ordering through mail, is becoming very costly for me a single chip is very expensive + shipping charges....

That's typical anywhere. It's not usually worth it to buy one $2 part and spend $5-$10 or more on shipping; so you just look ahead and get all the parts you might need for this project and others, plus any tools, supplies, etc.. It does take some planning. It's part of being in this field.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Jul 03, 2011 7:32 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
OK, from where to get tell the link, it is Rs 540/.....for me.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Jul 16, 2011 4:33 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
Now 2864 EEPROM is available in my local market, soon i will have it..!!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Jul 18, 2011 3:30 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
GARTHWILSON wrote:
Quote:
I have see that .gif circuit of EEPROM programmer i think here DIP switch are used, we can replace it by 4040 chip 12 bit ring counters

I was thinking the same thing-- to use counter ICs; but 4040's won't let you start at an arbitrary address or back up to correct mistakes. You will want presetable counters like perhaps the 74xx161. It looks like the '191 and '193 also allow counting down as well as up. If you have the counters increment automatically after each programming pulse, you will have to debounce the "program" button. Otherwise you will get a lot of consecutive bytes programmed with the same data where you only pressed the button once.

I would not recommend DIP switches, since they are mostly made for very few cycles of life.


the counter you are telling are 4 bit and 4040 has 12bits counters pls tell any 12 bit up/down counter for EEpROM.....


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Jul 18, 2011 4:19 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8519
Location: Southern California
4-bit counters will work. You just cascade them, making the "carry" output of one go to the input clock of the next.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Jul 18, 2011 5:34 pm 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
hi, which chip will be better 74xx161,191 or 193 i found that 161 was used in flash ROM something like this...??


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Jul 18, 2011 8:46 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8519
Location: Southern California
I can't take much time right now to compare them in detail, but with a quick look in the data book, it appears that the main differences are that the '161 has a count-enable line whereas the '191 and '193 have an up/down pin instead, and the 193's borrow pin replaces the 191's max/min pin. I suspect the '193 would be best, but it will take more study to confirm. It might be convenient but not necessary to be able to count down as well as up. If it's for a manual programmer, it might be nice to have a decrement-address key. Without it, you would have to be able to enter the starting address again at a lower number and then go forward since you can't go backwards.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Jul 19, 2011 5:48 am 
Offline

Joined: Tue Jul 05, 2005 7:08 pm
Posts: 1041
Location: near Heidelberg, Germany
Watch out, IIRC some of them are ripple counters, while others are synchronous.

With ripple counters, for example when the counter switches from $F to $0, the signal "ripples" though the data bits, with noticeable delay. So you can get quite some delay in total and intermediate values. Synchronous timers put their signal out at the same time (which does not mean that there are no intermediate values, but on a much smaller time scale)

André


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Jul 19, 2011 5:59 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8519
Location: Southern California
The '161, '191, and '193 are all synchronous, but I don't think it would really matter because even if they were ripple, they won't be rippling during the programming pulse.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Jul 21, 2011 4:12 pm 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
In these counter 191 and 193 i don't understand what is the use of input pins, vice versa??
as we only want 4 bit bidirectional up/down ripple counter...

and what is difference in working of synchronous counters??


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Jul 21, 2011 8:43 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8519
Location: Southern California
Quote:
i don't understand what is the use of input pins

to tell it what number you want it to start at, so you don't have to start from zero or some random number

In a ripple counter, there will be a small delay from the changing of the lsb to the changing of the msb. In a synchronous counter, the new outputs will all be reflected simultaneously. I don't think it will matter for a programmer, because what happens between programming pulses will not matter as long as the EEPROM's setup and hold times are met.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Jul 22, 2011 3:40 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
That's good that we can start from any numbers...!!

and one more question the output pins of this counters should be connected directly to EEPROM or with a Transistor (amplifying current)??


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Jul 22, 2011 4:38 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8519
Location: Southern California
Any of the logic families starting with "74" will provide more than adequate drive, so there's no need to amplify.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Jul 27, 2011 2:28 pm 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
Hi again,

I have buy both 74193 and 2864 chip please tell how to start the hardware for programmer...

as i will use 74193 for add. and switches for programming..!!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Jul 28, 2011 4:26 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
Quote:
as i will use 74193 for add. and switches for programming..!!


The 74193 is working fine but the problem is some time when switch is pressed once the the counter jump from 1 to 3 like ths.....

I think this the problem of debounce..!!


please help.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 76 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC


Who is online

Users browsing this forum: jds and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: