I have a high-speed microcontroller application and I want to hook up a gpio pin on it to an output of a big delay external timer so that I don't have to hold up the microcontroller cpu just to count a long delay.
The perfect approach for me is two monostable multivibrators, because one will be used for the pin and another to refresh the clock on an external flip-flop connected to the micro for other purposes.
I tried the CD4538 chip and for the application it works perfectly, however to pull things off, I have to tie 4 items high from the chip itself... 2 inputs and 2 clear lines. This is a nuisance for PCB development as this forms the letter H under the chip on the board which prevents wires from running through.
I don't want to use another microcontroller to make the timer itself.
I have researched other chips and found 74HC121/123 with the pinout functions the same but in different order.
Is there a chip like the CD4538 but where the clear input and "B" input are internally tied high instead of offered as pins?
I also don't want to leave the inputs floating as unpredictable results can happen.
The perfect approach for me is two monostable multivibrators, because one will be used for the pin and another to refresh the clock on an external flip-flop connected to the micro for other purposes.
I tried the CD4538 chip and for the application it works perfectly, however to pull things off, I have to tie 4 items high from the chip itself... 2 inputs and 2 clear lines. This is a nuisance for PCB development as this forms the letter H under the chip on the board which prevents wires from running through.
I don't want to use another microcontroller to make the timer itself.
I have researched other chips and found 74HC121/123 with the pinout functions the same but in different order.
Is there a chip like the CD4538 but where the clear input and "B" input are internally tied high instead of offered as pins?
I also don't want to leave the inputs floating as unpredictable results can happen.