86 Family (470)
VLSI (297)
DSP (55)
Embedded Systems AllOther (399)
Define microcontroller?
Explain the working of 4-bit Up/down Counter?
What is system bus?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
explain about the characters of internal interrupts?
How many instruction bits does 8085 processor support?
What is the function of simple thread poll in embedded system?
List out the features of 8051 microcontroller?
How does the interrupt architecture works?
How do you reduce interrupt latency?
Describe the (status) flag register of 8085?
How might a task-based model differ from a threaded model?
Accessing fixed memory locations
What are the different functional units in 8086?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?