??? 12/28/09 23:12 Modified: 12/28/09 23:13 Read: times |
#171999 - There's a reason why it doesn't say that ... Responding to: ???'s previous message |
It's that the load is an asynchronous function. You should, in fact, take pains to ensure that you don't clock the device while load is active, or load the device too close to either edge of a clock pulse, as you may create undesired effects.
I'd time my load pulse so that it begins while the clock is low, and ends while it is still low. After all, you'll not be operating at breakneck speed. RE |