Hi

Sorry, I did not make my question well.

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, 

#define SIZE 33023 

 variable = (unsigned int*)malloc(SIZE);
 
Where is that memory stored? in the SRAM or SDRAM?

Thanks

David                                     
¡Windows Phone ya está aquí! Mucho más que un teléfono. ¡Hazte con uno!         
                                  
_________________________________________________________________
Date una vuelta por Sietes y conoce el pueblo de los expertos en Windows 7
http://www.sietesunpueblodeexpertos.com/
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to