• confused about networking concepts
    I don't much about this..i know little that only iam trying to explain.......... one thing is that local addresses u can't access by using internet...whatever Ip address systems are assaigned when...
  • confusing keil uVision with bank switch setting
    i recently study the 8051EW with bank switch and can not find the bank switch user guideline or document with respect to the keil uVision setting up . I have search and read the articles about bank...
  • Questions about code banking
    Hello, I have the following problem with code banking. I am programming a C8051F124. For security reason I want to put CRC checksums at the end of bank 3. My program is going to be bigger than 32k...
  • output confusion
    I use an RF 315/434 MHz ASK RECEIVER and 315/434 MHz ASK TRANSMITTER for the communication between two 89c52 microcontrollers. I am a beginner. In the transmitter microcontroller i use the normal code...
  • Preprocessor Confusion?
    Why does Keil's C51 preprocessor work fine with: #define MULTPLR (unsigned char)((float)9.114584e-5 * (float)18432000 / (float)12) ...but consistently give the wrong result with: #define...