How to declare a big array in external SDRAM?
Posted on January 06, 2015 at 14:03I use STM429 and 128Mb SDRAM and want to decare a big array in keil. How to declare it? How to let keil linker know the array is in external RAM? I defines uint8_t temp[1024*1024], but linker error L6406E: no space...