Part Number: CD74HC237
Other Parts Discussed in Thread: ULN2003A
Hi
I'm using 4 CD74HC237 to send the signals for 6 stepper motors. I have two questions. The first: according to the datasheet, I should be able to use it at 3.3V right?
the second question:
As you can see in the image attached, (there are 4 demux), the An inputs are the same, since I need to open the 4 channels at once.
The OE1 and OE0 are connected to GND and VCC. I keep the selector activated and then LE blinks. The problem is that the output is not blinking. I already checked with the oscilloscope and everything works fine on the MCU. The inputs for the demux work fine, the problem are the outputs...
Here is the table for the stepper motors:
int step[ 8 ][ 4 ] =
{ {1, 0, 0, 0},
{1, 1, 0, 0},
{0, 1, 0, 0},
{0, 1, 1, 0},
{0, 0, 1, 0},
{0, 0, 1, 1},
{0, 0, 0, 1},
{1, 0, 0, 1}
};

Did I miss anything?
Thanks!!!