Hi

I'm using SDRAM memory on Imote2 and I want to ask something:

If we define a variable like this

unsigned int *variable __attribute__((section(".sdram")));

and if I make the following, 
 
 variable = (unsigned int*)malloc(sizeof(unsigned int));
 
Where is that memory stored? in the SRAM or SDRAM?

Thanks

David                                     
_________________________________________________________________

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to