
: Each core has private memory to reduce bus contention. Symmetric (SMP) vs. Asymmetric (AMP) Multi-Processing : SMP : A single OS manages all cores. AMP : Each core runs its own OS or bare-metal code. 3. Software Design and Programming Models
: Contrast general-purpose multicore (laptops) with embedded MPSoCs that prioritize space, weight, and power (SWaP). 2. Multicore Architectures in Embedded Systems Homogeneous vs. Heterogeneous :
: Multiple identical cores (e.g., dual-core ARM Cortex-M).
Inter-Processor Communication (IPC) using shared memory or message passing (MCAPI). Managing cache coherence and avoiding "false sharing".