Searched refs:LPC_EXT_SDRAM_END (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()
27 #define LPC_EXT_SDRAM_END 0xA0800000 macro
24 #define LPC_EXT_SDRAM_END 0xA4000000 macro
32 rt_system_heap_init((void *)LPC_EXT_SDRAM_BEGIN, (void *)LPC_EXT_SDRAM_END); in rtthread_startup()
29 #define LPC_EXT_SDRAM_END 0xA2000000 macro
31 #define LPC_EXT_SDRAM_END 0xA2000000 macro
Completed in 25 milliseconds