Has anyone been able to use shiftOut to send values to an HV5622 32 bit shift register? I had assumed that I could treat it the same way I would with 4x SN74HC595 chips but I can’t get it working. I’m using an ESP8266 running Arduino code and I’m doing level shifting with MOSFETs. Code and circuitry works if I sub in the SN74HC595.
Turns out that this is a hardware issue. My level shifter circuit couldn’t shift the level high enough. If I reduced the input voltage to <= 8 volts, the code works as-is.