hi
i am using P89V51RD2FN device and it has 64KB code flash memory.and use MIKROC compiler. my program is of 30KB when i compile it gives error of not enough RAM so i want to move my whole program in code flash memory but problem is that i don't no how address flash memory? if any one have solution please help me
"[...] it needs 512bytes RAM." This would require that the used compiler has a four-byte integer. For a 8051 chip, it's more likely that the compiler vendor decided on a two-byte integer.
You're right. I made wrong assumption. I should have searched for more information about the uC before posting.