gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
2.23k stars 247 forks source link

Daisy chaining RP2040 Zero #77

Closed unreal4me closed 1 year ago

unreal4me commented 1 year ago

Hi there, it's a bit unclear what pins one would use to daisy chain RP2040 ZERO. Thank you and good health!

gusmanb commented 1 year ago

Hi.

If you use the provided PCBs there are explicit connectors for this funcion:

imagen

In case that you want to use the device without any pcb you must interconnect GP0/1 (the ones that are shorted) to the chain, basically all the devices must have GP0/1 tied together. GP0 in normal mode is used by the trigger state machine and GP1 is used by the capture, it is how the machines are intercomunicated, so when you tie all these together and enable the multi-device mode the master device sets high GP0 and all the devices included itself receive the signal through GP1 (all the slave devices set GP0 as High-Z).

imagen

Cheers.