On Thursday 05 February 2009 17:09:21 Francisco Ares wrote:
> Can anyone point me so any resource on how do I tell gcc which RAM I
> want to use in a microcontroller that has its own internal few kbytes
> of RAM, but to which I've connected an external chip?

void *some_weird_ram = 0x1235235;
-mike