What is MMU? What is DMA? How variables are stored in C?
Sigiloso
MMU : memory management unit, used in creating virtual memory DMA : Direct memory access, used to transfer large chunks of data here and there (Mem to peripherals, peripherals to memory but not processor, Cache paths) Different variables are stored in different way, for example, local variables are stored in stack/processor register set, global/env variables are stored in memory