The variable is always placed in RAM so I'd assume you mean SDRAM. Have you tried setting storage class as static? Non-static local variables are allocated from the stack so they cannot be placed in SDRAM section. Also bear in mind that SDRAM is not initialized on boot.
↧