I thought this might be used in some way to trigger the recording in the software.
There are a lot of these on eBay and some show two GNDs and some show CLK and GND. Some are blatantly linking to the Saleae website for the software download and it seems the people at Saleae are pretty hacked off about it.
I have the eBy supplier for help but no reply as yet.
Try to measure the resistance between CLK to GND and +5V, for example with the device not powered.
Try a weak signal of about 2V, via a resistor of 10k when the device is powered. If the signal is 2V before and after the resistor, the input is high impedance and it is an input.
It seems that the Saleae software does not have an option for external clock.
I suppose it will work without.
Peter_n:
Try to measure the resistance between CLK to GND and +5V, for example with the device not powered.
Try a weak signal of about 2V, via a resistor of 10k when the device is powered. If the signal is 2V before and after the resistor, the input is high impedance and it is an input.
It seems that the Saleae software does not have an option for external clock.
I suppose it will work without.
Just done a continuity test between CLK and GRD and it doesn't beep. So I guess the CLK isn't erronously a GND.
1.3v battery gives 1.2v across the resistor (is that the right place to measure?) when powered up.
In the days when a micro Processor had external memory and I/O (like a Motorola 6809) using a clock signal to strobe parallel data into a logic analyzer made sense.
With micro controllers, (with internal memory and GPIO) using the clock makes no sense as the MMIO cannot be accessed.
Peter_n:
A battery of 1.3V via a resistor to CLK causes a voltage drop over the resistor of 1.2V ?
Then it is probably a clock output.
An input should have no voltage drop over the resistor.
With that in mind I plugged my 'scope into the CLK and low and behold I have small, offset by 0.166v triangular wave of about 4.4kHz peak to peak 0.1v. It doesn't change with sampling frequency.
With that in mind I plugged my 'scope into the CLK and low and behold I have small, offset by 0.166v triangular wave of about 4.4kHz peak to peak 0.1v. It doesn't change with sampling frequency.
It's probably a clock input. The small signal you're seeing could be just the CLK picking up other signals on the PCB.
That link is really useful. I understand now why a clocked signal capture could be really important if the capture rate isn't fast enough to resolve different logic state changes. However it may be, for the work I'll do, this won't be a problem.
External triggering seems to be useful though as everything can happen so fast you may not capture what you are looking for or capture it and not be able to subsequently find it among the mass or collected data especially if you don't use a protocol that decodes it into something more readable.
Will try some experiments later when I get back to the workbench. Anyway I won't be buying a very expensive LA for my hobby fiddling about and I'll make this one work.
Purchased a hand held logic probe and this is also proved useful and I now have a logic probe I plug into the breadboard which I hope will perform well enough.
Cheers again for the info link, very good article.
The CLK-pin on the Saleae clone goes through an 22R resistor and then to Pin54 which is CLKOUT/**PE1
This supplies a steady 48 MHz clock all the time, regarding of what you do in the software.
The datasheet states this:
The CLKOUT pin, which can be three-stated and inverted using
internal control bits, outputs the 50% duty cycle 8051 clock, at
the selected 8051 clock frequency: 48 MHz, 24 MHz, or 12 MHz.
So that's what is happening on the clone-board. I guess you could use the 48 MHz clock for your FPGA-board or similar and clock it in sync with the LA.
Many people have probably found this post trying to figure out what that pin is since this was posted in 2015.
I got the exact same logic analyzer today and connected that pin to my scope and it's a 12MHz 3.3V square wave.
One of my mini logic analyzers (Salae clones) has the CLK pin too. I connected it to the CH0 of another mini logic analyzer (and GND pins on both ones) and found out that it gives 12 MHz square signal as well, but with 8.5 microseconds high signal pause every 200 microsecond period.