| /bsp/stm32/stm32f407-atk-explorer/board/ports/ |
| A D | drv_sram.c | 78 …s, mapped at 0x%X, size is %d bytes, data width is %d", SRAM_BANK_ADDR, SRAM_SIZE, SRAM_DATA_WIDTH… in rt_hw_sram_init() 81 rt_memheap_init(&system_heap, "sram", (void *)SRAM_BANK_ADDR, SRAM_SIZE); in rt_hw_sram_init() 107 LOG_D("Writing the %ld bytes data, waiting....", SRAM_SIZE); in sram_test() 109 for (i = 0; i < SRAM_SIZE / data_width; i++) in sram_test() 125 for (i = 0; i < SRAM_SIZE / data_width; i++) in sram_test() 151 if (i >= SRAM_SIZE / data_width) in sram_test()
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_sram.c | 77 …s, mapped at 0x%X, size is %d bytes, data width is %d", SRAM_BANK_ADDR, SRAM_SIZE, SRAM_DATA_WIDTH… in SRAM_Init() 80 rt_memheap_init(&system_heap, "sram", (void *)SRAM_BANK_ADDR, SRAM_SIZE); in SRAM_Init() 109 LOG_D("Writing the %ld bytes data, waiting....", SRAM_SIZE); in sram_test() 111 for (i = 0; i < SRAM_SIZE / data_width; i++) in sram_test() 127 for (i = 0; i < SRAM_SIZE / data_width; i++) in sram_test() 153 if (i >= SRAM_SIZE / data_width) in sram_test()
|
| /bsp/CME_M7/drivers/ |
| A D | board.h | 17 #define SRAM_SIZE 64 // KB macro 18 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/wch/risc-v/ch32v103r-evt/board/ |
| A D | board.h | 22 #define SRAM_SIZE 20 macro 23 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/wch/risc-v/ch32v208w-r0/board/ |
| A D | board.h | 22 #define SRAM_SIZE 64 macro 23 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/wch/risc-v/ch32v307v-r1/board/ |
| A D | board.h | 21 #define SRAM_SIZE 96 macro 22 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/wch/risc-v/yd-ch32v307vct6/board/ |
| A D | board.h | 22 #define SRAM_SIZE 64 macro 23 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/nuvoton/numaker-pfm-m487/board/ |
| A D | board.h | 17 #define SRAM_SIZE (160) macro 18 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/nuvoton/numaker-m032ki/board/ |
| A D | board.h | 17 #define SRAM_SIZE (96) macro 18 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/nuvoton/numaker-m2354/board/ |
| A D | board.h | 17 #define SRAM_SIZE (256) macro 18 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/nuvoton/numaker-m467hj/board/ |
| A D | board.h | 19 #define SRAM_SIZE (512) macro 20 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/nuvoton/numaker-iot-m467/board/ |
| A D | board.h | 19 #define SRAM_SIZE (512) macro 20 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/nuvoton/numaker-iot-m487/board/ |
| A D | board.h | 17 #define SRAM_SIZE (160) macro 18 #define SRAM_END (0x20000000 + SRAM_SIZE * 1024)
|
| /bsp/mm32l3xx/drivers/ |
| A D | board.h | 16 #define SRAM_SIZE 0x5000 macro 18 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32f327x/drivers/ |
| A D | board.h | 17 #define SRAM_SIZE 0x5000 macro 19 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/tkm32F499/drivers/ |
| A D | board.h | 20 #define SRAM_SIZE (8 * 1024 * 1024) macro 24 #define SRAM_END (T_SDRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32l07x/drivers/ |
| A D | board.h | 16 #define SRAM_SIZE 0x2000 macro 18 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/nxp/lpc/lpc408x/drivers/ |
| A D | board.h | 29 #define SRAM_SIZE 64 * 1024 macro 30 #define SRAM_END (0x10000000 + SRAM_SIZE)
|
| /bsp/mm32f103x/drivers/ |
| A D | board.h | 16 #define SRAM_SIZE 0x5000 macro 18 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/synwit/swm341-mini/board/ |
| A D | board.h | 30 #define SRAM_SIZE 0x10000 macro 31 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/hc32l136/board/ |
| A D | board.h | 21 #define SRAM_SIZE 0x2000 macro 22 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/mm32f526x/board/ |
| A D | board.h | 20 #define SRAM_SIZE 0x1C000 macro 24 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/hc32l196/board/ |
| A D | board.h | 19 #define SRAM_SIZE 0x8000 macro 20 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/yichip/yc3121-pos/drivers/ |
| A D | board.h | 21 #define SRAM_SIZE 0x10000 macro 30 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|
| /bsp/yichip/yc3122-pos/drivers/ |
| A D | board.h | 20 #define SRAM_SIZE 0x10000 macro 29 #define SRAM_END (SRAM_BASE + SRAM_SIZE)
|