zephyr/include/arch/arm/cortex_m/scripts
Erwin Rol 581446d8cd linker: arm: add stm32 ccm sections
The STM32 has special Core Coupled Memory, ccm for short, that can
only be accessed through the CPU and can not be use for DMA.

The following 3 sections have been added.
- ccm_bss for zero initialized data
- ccm_data for initialized data
- ccm_noinit for uninitialized data

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2018-02-13 12:36:22 -06:00
..
app_data_alignment.ld arm: Add app data section alignment constraints 2018-02-06 15:31:16 -08:00
linker.ld linker: arm: add stm32 ccm sections 2018-02-13 12:36:22 -06:00