• Problems with binary operator
    My keil version 4.0a Quick example: #include<lpc23xx.h> #include <math.h> #define RS 0x10000000; #define E 0x80000000; int main(void) { IODIR1 = RS + E ;} Why it doesn't work, it...
  • Binary
    how many gigabytes in a terabyte?
  • Binary
    How do you represent the number 23 as an 8 bit binary number?
  • Operator ":"
    Hi, I saw this expression in a header file, and I don't know what ":" means, will you please tell me. unsigned char variable : 2; thanx
  • Debug binary
    I have a binary file which is a flash image. I have lost the source file and I need to debug it. Is keil capable to debug binary without source either on hardware or simulator? If no how can I do it...