Scratchpad Memory (SPM)
Learned about this thing through the PMPP book. Equivalent to CUDA Shared Memory.
In some systems, it can be considered similar to the L1 Cache in that it is the next closest memory to the ALU after the processor registers, with explicit instructions to move data to and from main memory, often using DMA-based data transfer.