• probability of comment ARM and 51
    in this forum, when i come to watch everyones comments, most of the comments are regarding ARM processor, only few members are commenting about 51... what does it mean? does it mean probably...
  • This is probably a C question!
    Hello again, I convert an Ascii file (about 10kB size) to HEX using the BIN2HEX and declaring a file start segment of 4800 (...absolute address 0x48000). When starting debugging in simulation mode...
  • syntax error
    #include<stdio.h> #include<reg51.h> void main () { int i; p1=0x0FF; while(1) { for (i=0;i<10000;i++); p1=0x0FF; for (i=0;i<10000;i++); P1=0x00; } } Build target 'Target 1' assembling blink...
  • syntax error
    in one of my program i use P2=some hex value then keil give me errorc141.Now how can i solve it..help me quick.Thanx in advance.