| ??? 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 |
| Topic | Author | Date |
| 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 |



