• Pointer Incrementing Warning
    Hi Friends, I'm Currently working on C51v6.02 developed by Keil, I'm facing a problem with the compiler when I compile a similar code like this main() { char xdata *Data_Ptr = 0x0000; /* Pointer...
  • Production Programming / Incrementing
    Hello. We will have a production item using the LPC1768 microcontroller that will require a unique MAC address. What is typically done as far as programming these chips on a production line? Further...
  • never, ever increments
    a very, very odd thing.... #define BUFFER_SZ 64 unsigned char sBuf0tail; sBuf0tail = ((sBuf0tail + 1) % BUFFER_SZ); .. this increments a circular buffer index just fine. #define BUFFER_SZ 64...
  • Pointer Incrementing Warning
    Hi Friends, I'm Currently working on C51v6.02 developed by Keil, I'm facing a problem with the compiler when I compile a similar code like this main() { char xdata *Data_Ptr = 0x0000; /* Pointer...
  • never, ever increments
    a very, very odd thing.... #define BUFFER_SZ 64 unsigned char sBuf0tail; sBuf0tail = ((sBuf0tail + 1) % BUFFER_SZ); .. this increments a circular buffer index just fine. #define BUFFER_SZ 64...