• Code portability
    Hello, I was browsing through older posts that deal with the painful issue of portability ( http://www.keil.com/forum/docs/thread8109.asp ). I was (and still am) a big advocate of programming as much...
  • Is this portable code?
    Does this code port well to a 16 bit machine (written on 32 bit machine)? int code = 0x10 ; int marker = 0x20 ; unsigned long frame; int main(void) { frame = (unsigned short)~marker<<11 | (unsigned...
  • this is non portable code ?
    unsigned char buf[100] . . . unsigned int val; . . . val = *((unsigned int *)(&buf[1])); . . . comments?
  • i2c protocol
    hi sir/madam, i working i2c protocol by using two port pins.after writing data ack is not getting please help me.when write mode first send start condition and then slave address and then write...
  • Save the Logic Analyzer data
    Is it possible to save the Logic Analyzer data automatically to a file by a command in the debug.ini?