Searched refs:SDRAM_BASE (Results 1 – 6 of 6) sorted by relevance
25 #define SDRAM_BASE 0x30000000 macro53 rt_system_heap_init((void*)&Image$$RW_RAM1$$ZI$$Limit, (void*)(SDRAM_BASE + 0x200000)); in rtthread_startup()
17 #define SDRAM_BASE 0xA0000000 /* CS0 */ macro274 wtemp = *((volatile uint16_t *)(SDRAM_BASE | (0x33<<12))); /* 8 burst, 3 CAS latency */ in SDRAM_Init()276 dwtemp = *((volatile uint32_t *)(SDRAM_BASE | (0x32<<13))); /* 4 burst, 3 CAS latency */ in SDRAM_Init()
43 #define SDRAM_BASE 0xA0000000 /* CS0 */ macro44 #define SDRAM_BASE_ADDR SDRAM_BASE
48 rt_system_heap_init( &_alt_partition_sdram_load_addr, (void*)(SDRAM_BASE + SDRAM_SPAN) ); in rtthread_startup()
70 rt_kprintf("memory size: at 0x%08X 0x%08X byte\r\n",SDRAM_BASE,SDRAM_SPAN); in rt_hw_show_info()
134 dwtemp = *((volatile uint32_t *)(SDRAM_BASE | (0x32 << 13))); /* 4 burst, 3 CAS latency */ in rt_hw_sdram_init()
Completed in 10 milliseconds