Searched refs:LPC_EXT_SDRAM_BEGIN (Results 1 – 10 of 10) sorted by relevance
65 rt_kprintf(" heap: [0x%08x - 0x%08x]\n", LPC_EXT_SDRAM_BEGIN, LPC_EXT_SDRAM_END); in rt_hw_board_init()66 rt_system_heap_init((void *)LPC_EXT_SDRAM_BEGIN, (void *)LPC_EXT_SDRAM_END); in rt_hw_board_init()
25 #define LPC_EXT_SDRAM_BEGIN 0xA0000000 macro
22 #define LPC_EXT_SDRAM_BEGIN 0xA0000000 macro
32 rt_system_heap_init((void *)LPC_EXT_SDRAM_BEGIN, (void *)LPC_EXT_SDRAM_END); in rtthread_startup()
27 #define LPC_EXT_SDRAM_BEGIN 0xA0000000 macro
29 #define LPC_EXT_SDRAM_BEGIN 0xA0000000 macro
Completed in 15 milliseconds