I have two Allegro UCN5841 serial input latched drivers cascaded and I am trying to load them with two 8 bit bytes of data. The cammand line I am using is:
Shiftout datapin,clockpin,4,[byte0,byte1]
The problem is that byte0 gets to the first 5841 and that's all.
To load two bytes I have to send them seperately with two seperate shiftout commands.
Anyone any idea what I'm doing wrong?
Bookmarks