Embedded C interview Questions
What is shared ram memory?Answer
Memory in a parallel computer, usually RAM, which can be accessed by more than one processor, usually via a shared bus or network.It usually takes longer for a processor to access shared memory than to access its own private memory because of contention for the processor-to-memory connections and because of other overheads associated with ensuring synchronized access.