Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: Allocate local variable into RAM

$
0
0
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.

Viewing all articles
Browse latest Browse all 59170

Trending Articles