This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 (128 bytes), It has to use the upper part (another 128 bytes) and I have to define the variable as idata type. This results in that the program does not work at the beginning of the code.

In my opinion, this problem should be from memory allocation but I can't solve.

Anyone can help me to solve this problem.!

0