6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Mon Jun 24, 2024 12:18 pm

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 31, 2011 4:30 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8460
Location: Southern California
Quote:
The most tedious part was hand-converting the program to the bit patterns that had to be set via the switches. Talk about a mistake-prone task...

You don't have to do it for long before you see binary from hex and vice-versa-- just like when you assemble, you soon you remember all the op codes except the few you almost never use. Now if we could just see jump distances without counting, especially backwards!

Quote:
When I got married, my wife didn't like my dining room furniture and insisted we replace it.

Women never were very good at interior decorating. I can just hear my wife again: "What is that thing in the living room? Can we get rid of it?"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Aug 03, 2011 2:51 pm 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
Here are some pics of my EEPROM programmers......

Image


Last edited by RITESH on Sun Aug 07, 2011 12:37 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Aug 07, 2011 5:25 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
The circuit is being very complex now. because adding so many chip's and i will cure it the counter in series are not working properly


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Aug 07, 2011 12:42 pm 
Offline

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

After spending so much time I came to know there is some contacting problem arsing between these push buttons.....
when i pull them up the counters move in up ward address, while pushing down they don't count.

i have checked my circuit there is no problem in it, but there is some problem in this white and blue switches, please fig. this out what's that problem....!!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Aug 09, 2011 4:11 pm 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
Completed EEPROM programmers...

http://www.vintage-computer.com/vcforum/attachment.php?attachmentid=6415&d=1312905827

http://www.vintage-computer.com/vcforum/attachment.php?attachmentid=6414&d=1312905788

http://www.vintage-computer.com/vcforum/attachment.php?attachmentid=6412&d=1312905702

http://www.vintage-computer.com/vcforum/attachment.php?attachmentid=6413&d=1312905751


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Aug 09, 2011 5:47 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8460
Location: Southern California
Ritesh, the forum these pictures are on does not allow access to non-members, so we can't see them.

Edit: You had three empty posts after this, so I deleted them. They had no text or images-- totally empty.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Aug 10, 2011 6:42 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8460
Location: Southern California
Is there a schematic posted anywhere?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Aug 11, 2011 2:09 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
No, you can see it data sheet it is very simple...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Aug 11, 2011 4:06 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8460
Location: Southern California
I mean is there a schematic posted so we can try to help you find out why your counters won't count down, since you wanted help.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Aug 11, 2011 4:45 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
Sorry, for not getting you exactly.

My counters are working correct but while using these push on/off buttons it count in one direction and other direction count 1 to 2 bits not exactly in order...

pulse _ _Vcc
C up _ _ Count down
_ _
Vcc pulse


_ _ are the terminal of double pole push switches...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Aug 11, 2011 4:47 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
and you have any idea of 8085 SBC hardware??


Top
 Profile  
Reply with quote  
 Post subject: Not an 8085 Forum!
PostPosted: Fri Aug 12, 2011 4:05 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8230
Location: Midwestern USA
RITESH wrote:
and you have any idea of 8085 SBC hardware??

You tried to start another topic on the 8085, and both BigEd and I have responded. This is a 65xx forum. Please respect that.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Aug 12, 2011 5:53 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8460
Location: Southern California
Without seeing your whole diagram, one possible cause of trouble that comes to mind is that you're using double-pole switches. These definitely will not make contact on the two poles at the same time, and even if they did, there will be bounce (I think you only took care of the bounce problem on one side) and the setup-time requirements on the counters' up/down inputs may not be satisfied. I'm not sure we can spot the problem and give you relevant help without seeing the whole diagram.

I never got into the 8085. The 6502 attracts me for its simple bus structure and the fact that its interrupt performance is much, much better.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sat Aug 13, 2011 4:42 am 
Offline

Joined: Tue Jun 28, 2011 3:26 pm
Posts: 35
Location: India
OK, leave it i will try my self
or use it as it is...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Aug 14, 2011 1:44 pm 
Offline

Joined: Fri Jun 27, 2003 8:12 am
Posts: 618
Location: Meadowbrook
Debounce your switches. Use a cap and reisstor combination, perhaps or a one shot circuit.

_________________
"My biggest dream in life? Building black plywood Habitrails"


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: No registered users and 54 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: