Hi,
I have a use in mind for a Nordic part, probably the nRF52810. It would be nice to have an input on one pin act as an output enable for several other pins, i.e. when the input is high, the outputs are Hi-Z; when the input is low, the outputs are driven to the GPIO values specified by the software.
Obviously, this could be achieved using an external tri-state buffer, but it would save money and board space if the nRF52810 itself could do it. It feels like something that ought to be achievable using GPIOTE, but by my tentative understanding it can't?
Is there any way an nRF52810 could do what I want, via GPIOTE or otherwise?
Thanks,
--Clive.