linker: arm: Add cortex_m itcm section
Adds a linker section for Cortex-M instruction tightly coupled memory (ITCM), similar to the existing section for DTCM. A new executable MPU region is not added as there isn't currently a need to make this section accessible to user mode. This section can be enabled by setting a device tree chosen node zephyr,itcm. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
334014a8fe
commit
f63385204c
6 changed files with 41 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
#define _CCM_BSS_SECTION_NAME .ccm_bss
|
||||
#define _CCM_NOINIT_SECTION_NAME .ccm_noinit
|
||||
|
||||
#define _ITCM_SECTION_NAME .itcm
|
||||
|
||||
#define _DTCM_DATA_SECTION_NAME .dtcm_data
|
||||
#define _DTCM_BSS_SECTION_NAME .dtcm_bss
|
||||
#define _DTCM_NOINIT_SECTION_NAME .dtcm_noinit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue