I am designing a Shield to interface with a Due, and this final detail has me torn. I'm using nearly every pin available on the Due, but practically all of them are logic signals (Logic and SPI), so I'm not sourcing much current from the Due. What I can't decide on though is whether I should connect ALL of the Due's GND pins to the Shield's GND plane (increase the current capability but create ground fault loops) or throttle all the current through a single GND pin.
I read [SOLVED] How to design PCB ground
and GND on ARDUINO UNO differences? , but had trouble deciding firmly which way to go here.
Which route do you guys recommend? I'm leaning towards connecting ALL GND's just due to the shear quantity of pins I have in use.