6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Nov 17, 2024 8:52 am

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: Thu Nov 28, 2013 4:34 pm 
Offline

Joined: Wed May 20, 2009 1:06 pm
Posts: 491
Saleae 8 bit logic analyzer Clone

http://item.taobao.com/item.htm?spm=a23 ... 9479427685

The same part on New Egg:

http://www.newegg.com/Product/Product.a ... 2C512S0593

Not the same quality but is it good enough for the 6502?


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 28, 2013 7:35 pm 
Offline
User avatar

Joined: Fri Oct 31, 2003 10:00 pm
Posts: 200
ChuckT wrote:
Saleae 8 bit logic analyzer Clone

http://item.taobao.com/item.htm?spm=a23 ... 9479427685

The same part on New Egg:

http://www.newegg.com/Product/Product.a ... 2C512S0593

Not the same quality but is it good enough for the 6502?


Even cheaper: http://dx.com/p/logic-analyzer-w-dupont ... ack-148945
$11,50 free shipping
Reviews are quite good, many references to Saleae software compatibility.

24 MHz is not very high as sample rate, but low clocked lines (couple of MHz) will be fine.


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 29, 2013 4:06 am 
Offline

Joined: Sun Jul 28, 2013 12:59 am
Posts: 235
Only 8 bits? No separate timing channel? Ouch. Yes, it's cute, and it might be interesting for a small-scale AVR project, but I was thinking that having about twenty-six data lines and a separate timing channel was cramped for 6502 work (just enough to be able to watch sixteen address lines, eight data lines, RWB, RESB, and the phi2 clock). Sample rate aside, with only eight lines total I think that you're probably going to be scrambling to try and get enough data to figure out what's going on.

Then again, what do I know? I'm very inexperienced with the whole hardware thing, and have only used my logic analyzer about twice.


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 29, 2013 5:50 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8494
Location: Midwestern USA
nyef wrote:
Only 8 bits? No separate timing channel? Ouch. Yes, it's cute, and it might be interesting for a small-scale AVR project, but I was thinking that having about twenty-six data lines and a separate timing channel was cramped for 6502 work (just enough to be able to watch sixteen address lines, eight data lines, RWB, RESB, and the phi2 clock). Sample rate aside, with only eight lines total I think that you're probably going to be scrambling to try and get enough data to figure out what's going on.

Then again, what do I know? I'm very inexperienced with the whole hardware thing, and have only used my logic analyzer about twice.

Funny thing is I designed and debugged POC without a logic analyzer. I used only my trusty B&K logic probe (which is some 20 years old) and an old Beckman 20 MHz scope, the latter which croaked a few years ago and got replaced with an H-P 275 MHz unit. I've been working with this stuff since back before the Intel 8008 was on the drawing board and have never used (or had a fulminating lust for) a logic analyzer. I wouldn't buy one even if it was only one dollar, shipping included.

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


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 29, 2013 10:19 am 
Offline
User avatar

Joined: Fri Oct 31, 2003 10:00 pm
Posts: 200
BigDumbDinosaur wrote:
Funny thing is I designed and debugged POC without a logic analyzer. I used only my trusty B&K logic probe (which is some 20 years old) and an old Beckman 20 MHz scope, the latter which croaked a few years ago and got replaced with an H-P 275 MHz unit. I've been working with this stuff since back before the Intel 8008 was on the drawing board and have never used (or had a fulminating lust for) a logic analyzer. I wouldn't buy one even if it was only one dollar, shipping included.


Having never used a logic analyzer is a sign that you dont really know what you are talking about, but also that you dont need one, since POC is impressive!

In fact, I build my first 6502 systems in the 80ties with just a home made 3 channel logic probe and a multimeter to check for broken connections. So yes, it can be done, but in those days I would very much have liked to ahve access to one of those very expensive digital scopes/logic analyzers I worked with at the electronics lab at university. I just could not afford a scope.

If you dont have any equipment, this little inexpensive device can be very useful. Even with 8 channels you can check a lot. Especially for serial connections like I2C or async serial, two or three channels is enough and this device is often fast enough.


Last edited by HansO on Fri Nov 29, 2013 6:06 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 29, 2013 10:24 am 
Offline
User avatar

Joined: Fri Oct 31, 2003 10:00 pm
Posts: 200
nyef wrote:
Only 8 bits? No separate timing channel? Ouch. Yes, it's cute, and it might be interesting for a small-scale AVR project, but I was thinking that having about twenty-six data lines and a separate timing channel was cramped for 6502 work (just enough to be able to watch sixteen address lines, eight data lines, RWB, RESB, and the phi2 clock). Sample rate aside, with only eight lines total I think that you're probably going to be scrambling to try and get enough data to figure out what's going on.

Then again, what do I know? I'm very inexperienced with the whole hardware thing, and have only used my logic analyzer about twice.


Nah, most of the time 4 to 8 lines are more than enough to monitor. If you really need to check all lines of the 6502 you have serious design problems.


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 13, 2013 8:53 am 
Offline
User avatar

Joined: Sun Oct 13, 2013 2:58 pm
Posts: 491
Location: Switzerland
I have the original Saleae Logic Analyzer. Yes it is rather expensive. But they did such a nice job with the software (especially they have Mac OS X support) that I think it is a shame to go for cheap imitations and download the software for free. The value of this solution is definitively the software. On the other hand, this is not a professional tool either. As a logic analyzer it lacks many features you expect from real analyzer. Especially regarding input signal and logic level. Also 8-bit is on the minimal side. As a hobbyist solution it is ok and as Hans said if you need more than 8 lines to debug a 6502 system you have a design problem and looking at 16 or 32 confusing signals will most probably not reveal the real issue. But in real environments 16-bits and 50Msamples/sec is the minimum you use.

I have never used the Saleae to debug a system. I mostly use it for reverse engineering :-)


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 13, 2013 10:38 pm 
Offline

Joined: Mon Aug 05, 2013 10:43 pm
Posts: 258
Location: Southampton, UK
cbscpe wrote:
I have the original Saleae Logic Analyzer. Yes it is rather expensive. But they dI d such a nice job witplatforms) software (especially they have Mac OS X support) that I think it is a shame to go for cheap imitations and download the software for free. The value of this solution is definitively the software. On the other hand, this is not a professional tool either. As a logic analyzer it lacks many features you expect from real analyzer. Especially regarding input signal and logic level. Also 8-bit is on the minimal side. ....


I have the sixteen input Logic 16 and agree. It's a lovely system. Really nice software (great to see versions on all 3 platforms). I especially like the serial protocol decoding which was handy when writing my bitbanged SPI code. Can't say I've used other LAs though... Maybe they all have that.

Can't say I've used the clones, and agree it does seem a tad "wrong"... Somehow.

_________________
8 bit fun and games: https://www.aslak.net/


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 4 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: