• 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 allocation problem
    I have used transceiver Nordic NRF9e5 which has embedded 8051. It has 256 bytes data memory which is a part of 4kbytes. I have a problem as follows - when my variables are larger than the lower part...
  • Memory organisaion problems
    how to organize memory to avoid erratic behaivour of code during runtime? I am accumulating input, averaging it and then calculating address from input to fetch data from multi-dimensional array...
  • problem in data memory
    i am using keil compiler for coding and i face the problem that when ever data exceeds 128 bytes it does not compile while i am using Ucontroller 89c52, which have 256 bytes ram. any comments/suggestions...