The following table shows the type of memory the EZ-KIT contains so you can use memory mapping.
| Type | Description | Location (Code, Data, Both) |
|---|---|---|
| Linker Default | Allows the linker to automatically select sections with sufficient memory to hold the code and data. | Both |
| Scratchpad SRAM | The Blackfin processor provides a dedicated 4 KB bank of scratchpad data SRAM. The scratchpad is independent of the other L1 memory banks. You cannot configure the scratchpad SRAM as cache memory and DMA cannot target it. | Both |
| SDRAM | Memory external to the processor. | Both |
| Code SRAM/Cache | L1 instruction memory. | Code |
| Code SRAM | L1 instruction memory. | Code |
| Data Bank B SRAM/Cache | L1 data memory. | Data |
| Data Bank B SRAM | L1 data memory. | Data |
| Data Bank A SRAM/Cache | L1 data memory. | Data |
| Data Bank A SRAM | L1 data memory. | Data |