• memory problem
    I am facing a problem of memory mapping .I have assigned the xdata start in the startup.a51 file at 0c000H with length 1000h bytes .I have also tried configuring the linker with xdata allocation .Do i...
  • memory problem
    hello everyone, i want to know what happens if we exceed the maximum limit of code memory of microcontroller while writing the code does it compile the code? what error it gives? eg: in c8051f020...
  • memory problem
    hello everyone, i am writing program in 'c' i have bcd to hex routine in which i am using 2 variable of unsigned int data type initialised to '0' and '1000' resp eg: unsigned int a=0; program...
  • memory problem
    I am facing a problem of memory mapping .I have assigned the xdata start in the startup.a51 file at 0c000H with length 1000h bytes .I have also tried configuring the linker with xdata allocation .Do i...
  • memory problem
    hello everyone, i am writing program in 'c' i have bcd to hex routine in which i am using 2 variable of unsigned int data type initialised to '0' and '1000' resp eg: unsigned int a=0; program...