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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/13/08 09:18
Read: times


 
#152212 - Basically flawed?
Responding to: ???'s previous message
See your original post at http://www.keil.com/forum/docs/thread12003.asp

Rishavnath Satapathy said:
 BYTE xdata u_buf1[1]         _at_  0x4001; 
 BYTE xdata u_buf[1]           _at_ 0x4000;

What is the point of an array with only one element?
Why not just define them as individual chars?

You still haven't explained what you think the following code will do
   u_buf[3]="a,b";	
   u_buf1[3]="c,d";

Again, see your original post on the Keil forum.



List of 3 messages in thread
TopicAuthorDate
Memory addressing of EZ-USB FX2LP(CY7C68013a)            01/01/70 00:00      
   Basically flawed?            01/01/70 00:00      
   How to post source code            01/01/70 00:00      

Back to Subject List