• Problem while using lib which is created by myself
    Well, things like this. I have created a lib C in project A using KeilC. and now the lib C is used in another project B. problem is that some global variables defined in lib C have the same address...
  • I do not need to be protected against myself
    #define U16 unsigned short #define U8DX unsigned char xdata * data UCDX GCDX232ptr; // receive rs 232 pointer U16 GStemp; ..... GStemp = (U16) GCDX232ptr; GStemp &= 0xFF00 ; GCDX232ptr = GStemp ;...
  • I do not need to be protected against myself
    #define U16 unsigned short #define U8DX unsigned char xdata * data UCDX GCDX232ptr; // receive rs 232 pointer U16 GStemp; ..... GStemp = (U16) GCDX232ptr; GStemp &= 0xFF00 ; GCDX232ptr = GStemp ;...
  • Problem while using lib which is created by myself
    Well, things like this. I have created a lib C in project A using KeilC. and now the lib C is used in another project B. problem is that some global variables defined in lib C have the same address...
  • Memory Maps LOAD SAVE
    I am using a Dallas 390 in continous mode and I am trying to store configuration memory using the simulator LOAD and SAVE commands. To save the memory map I am using the following command SAVE bbram...