Reply by uwmechlab February 2, 20042004-02-02
I am trying to figure out the correct syntax to declare/access an
array of data in external memory from C. in codewarrior - does anyone
know how to do this..

I would expect somethink like
int myarray[1000] @ 0x00010000

Assuming that I have the CS pins appropriately configured.

I could blindly use pointers but I need to be able to allocate the
external memory space to several variables in a formal manner.

Erick