microprocessor contain 1MB memory.is it RAM OR ROM?
Answer Posted / walter
Both. For example a 511 uP has a specific part of it set
aside that is typically not overwritten to instruct it how
to boot, or how to reset after a power failure. It has to
do with interrupts. There are 8-10 memory locations that
have 4-5 addresses (each address is 2 bytes and each
location is only one byte). Each of these addresses
corresponds to the specific type of interrupt in question.
Each of these addresses contains the first instruction of
the set of instructions that is the program for that
interrupt. When the interrupt happens, the processor jumps
to this address and starts executing the code. Often this
code is not overwriten, thus the ROM philosophy, but it
often can be. Different uP have their own different
implementations, so this may not always be the norm. I
guess you could call this a grey area, and a good question
at that.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the specialty of nand and nor gates?
Define what is demodulation?
flow chart to convert binary number into decimal
I am a B Tech student n am very much interested in science n math.in which site i can find more concept regarding ECE?
Tell me what are the components has to be done in fpga board (altera)?
Actually i am new to vhdl, i want to know how to declare the procedure and how to call the procedure in test bench for VHDL.... Please send answer for that...?
What is engineering?
Serial to parallel conversion is done by ?
What is circuit testing?
Why the actual q-factor of the coil is someexplain what larger than the calculated q-factor?
Why opamp called operational amplifier?
Define what is schottky diode?
What is universal motor?
What is the Difference betn IBS & REPEATER?
write a c program to multi(*) of two matrix using pointers?