Posts tagged digital
I am working on routing a microprocessor to two identical single data rate (SDR) SDRAM chips that are PC166 compliant, particularly Alliance AS4C16M16SB-6TIN. The 16 bit SDRAM chips are combined t...
I want to design a simple battery charger using MCP73831/2. This chip has a 3-State state pin according to the table below: I have a 3.3V MCU and I want to connect this pin to a GPIO. The MCU is...
Assume we have a channel and send 7-bit data(0100100) asynchronously with 1 parity bit(0).Suppose the start bit is 1.The end bits are in the same logic level with the idle state of the channel(0).H...
If we want to divide two numbers I have problem implementing this logic.I am posting 1 images with 2 different steps to the solution. In example a) the most significant digits of the divident >...
Can we make a n-bit subtractor using full subtractors or if we want do subtract one binary from another we must use full adders and use the complement of the 2nd number to do the subtraction? I ha...
A differential amplifier amplifies the difference between the two input voltages but suppresses any voltage common to the two inputs. Based on this scheme the differential amplifier is substrac...