Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/08/02 19:50
Read: times


 
#28844 - RE: rd/wrt external memory cygnal mem
"I'm lost, In general How do I create an array (using "c") in this area?"

Standard 'C' provides no support for this sort of thing, so it is not possible to answer "in general" :-(
You need to read the manual for your particular 'C' compiler.

In the current Keil C51, you specify the memory space in the array definition like this:
unsigned char xdata array[n];
See the section "Explicitly Declared Memory Types" in the manual

List of 3 messages in thread
TopicAuthorDate
rd/wrt external memory cygnal mem            01/01/70 00:00      
RE: rd/wrt external memory cygnal mem            01/01/70 00:00      
RE: rd/wrt external memory cygnal mem            01/01/70 00:00      

Back to Subject List