• plz help for below program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy XBYTE [0x1234] = 0x55; return; ...
  • What's the difference between function point below!?
    My code void func1(void) { printf("In FUNC1(%d)\n", 1); } void func2(void) { printf("In FUNC2(%d)\n", 2); } code void (*ff[])()={func1,func2}; void main(void) { SCON = 0x50; TMOD |= 0x20; TH1...
  • help me to solve below information on my message
    Hi!! I am using u version 5... When i write a structure and build it, it shows that there is a error on this #include<regx52.h> so how will I solve it ?.
  • Peripheral UI show below Debug menu in uVision
    I add some peripheral UI in my AGDI driver in uVision3, it shows normal, below Peripherals menu but in uVision4, it shows abnormal, below Debug menu anyone can give some advice?
  • I need to understand the basic codes mentioned below.
    I am a student, currently involving in the project where I am developing the software for MCU board. For that I am referring some sample codes to understand the basic structure before I write my own...