We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi I am new to KEIL compiler I had downloaded keil compiler uvision3 evalution version In that they have given one example program "HELLO"
i compiled that code it worked ok But when I tried to increase the data memory from original 9 bytes to 100 bytes It gave me error message "Memery Space Overflow" Why it is giving me such error? Bcos in device selection it shows that it has ON CHIP RAM 256 bytes My xdata memory is also very low plus the code size is less than 1500 bytes
pl help me what r the settings that i hav to do to fully utilise the ON CHIP RAM 256 bytes
But when I tried to increase the data memory from original 9 bytes to 100 bytes It gave me error message "Memery Space Overflow" Why it is giving me such error?
Isn't that obvious? You increase your memory usage, and now memory space has overflowed. You tried to use more memory than you have available.
what r the settings that i hav to do to fully utilise the ON CHIP RAM 256
Learn your hardware, learn your software. The answer will be obvious once you did.
[Architecture selection corrected...]
http://www.keil.com/forum/docs/thread9792.asp
Thanks a lot SIR for replying my querry
bhushan