Home
last modified time | relevance | path

Searched refs:SRAM2 (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/tests/application_development/code_relocation/
DCMakeLists.txt18 zephyr_code_relocate(FILES src/test_file1.c ${SRAM2_PHDR} LOCATION SRAM2)
27 zephyr_code_relocate(LIBRARY test_lib LOCATION SRAM2)
33 zephyr_code_relocate(FILES ${genex_expr} LOCATION SRAM2)
Dlinker_xtensa_qemu_sram2.ld18 SRAM2 (wx) : ORIGIN = (CONFIG_SRAM_BASE_ADDRESS + RAM_SIZE2), LENGTH = RAM_SIZE2
Dlinker_riscv_qemu_sram2.ld24SRAM2 (wx) : ORIGIN = (CONFIG_SRAM_BASE_ADDRESS + RAM_SIZE2), LENGTH = RAM_SIZE2
Dlinker_arm_sram2.ld35SRAM2 (wx) : ORIGIN = (CONFIG_SRAM_BASE_ADDRESS + RAM_SIZE2), LENGTH = RAM_SIZE2
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dmax32662evkit.overlay14 * Concatenate SRAM0(16KB), SRAM1(16KB) and SRAM2(16KB)
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst22 ``SRAM2:/home/xyz/zephyr/samples/hello_world/src/main.c,SRAM1:/home/xyz/zephyr/samples/hello_world/…
57 ``zephyr_code_relocate(FILES src/*.c LOCATION SRAM2)``
71 * if the memory is SRAM1, SRAM2, CCD, or AON, then place the full object in the
76 zephyr_code_relocate(FILES src/file1.c LOCATION SRAM2)
89 This will place data and bss inside SRAM2.
114 sections of ``file1.c`` will not stick to SRAM2.
138 snippet will relocate serial drivers to SRAM2:
142 zephyr_code_relocate(LIBRARY drivers__serial LOCATION SRAM2)
/Zephyr-latest/dts/arm/st/u5/
Dstm32u575Xi.dtsi11 /* SRAM1 + SRAM2 + SRAM3 */
Dstm32u585Xi.dtsi11 /* SRAM1 + SRAM2 + SRAM3 */
Dstm32u5a5Xj.dtsi12 /* SRAM1 + SRAM2 + SRAM3 + SRAM5 */
Dstm32u599Xj.dtsi11 /* SRAM1 + SRAM2 + SRAM3 + SRAM5 */
Dstm32u545Xi.dtsi11 /* SRAM1 + SRAM2 */
Dstm32u5a9Xj.dtsi12 /* SRAM1 + SRAM2 + SRAM3 + SRAM5 */
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
Dlinker_xtensa_intel_adsp_cavs.ld13 /* Use SRAM2 for TEXT, SRAM3 for DATA and SRAM4 for BSS.
18 * |Reserved | SRAM4 | SRAM2 | SRAM0 | SRAM3 |
44 SRAM2 (wx) : ORIGIN = (SRAM2_ADDR), LENGTH = RAM_SIZE2
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc55S36_ns.dtsi23 * Combine SRAM0, SRAM1, SRAM2, SRAM3, SRAM4 for total of 112K RAM
Dnxp_lpc55S06_ns.dtsi33 * Combine SRAM0, SRAM1, SRAM2 for total of 80K RAM
Dnxp_lpc54xxx.dtsi56 * LPC540xx: RAMX: 192K, SRAM0: 64K, SRAM1: 32K, SRAM2: 32K, SRAM3: 32K, USBRAM: 8K
58 * LPC5411x: RAMX: 32K, SRAM0: 64K, SRAM1: 64K, SRAM2: 32K
79 zephyr,memory-region = "SRAM2";
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dmax32662evkit.overlay7 /* Increase SRAM2 size to get enough space for image */
/Zephyr-latest/dts/arm/st/u0/
Dstm32u031X4.dtsi20 zephyr,memory-region = "SRAM2";
Dstm32u031X6.dtsi20 zephyr,memory-region = "SRAM2";
Dstm32u031X8.dtsi20 zephyr,memory-region = "SRAM2";
Dstm32u083Xc.dtsi20 zephyr,memory-region = "SRAM2";
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
DCMakeLists.txt17 # CMSIS SystemInit allows us to skip enabling clock to SRAM2 bank via
DKconfig62 bool "Clock LPC54XXX SRAM2"
65 SRAM2 ram bank is disabled out of reset. By default, CMSIS SystemInit
/Zephyr-latest/dts/arm/st/h5/
Dstm32h533Xe.dtsi19 zephyr,memory-region = "SRAM2";
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7a3.dtsi118 /* System data RAM accessible over AXI bus: AXI SRAM2 in CD domain */
129 zephyr,memory-region = "SRAM2";
139 /* System data RAM accessible over AHB bus: SRAM2 in CD domain */

12