Hi, i am a beginner and i have dumped already existing code into my project as i need it. But when i have compiled it, it is displaying a message as "error : 'DATA': SEGMENT TOO LARGE". some one in the past thread has said that check your memory model of your project. Now, how do i can check memory model of my project and how i can extend it or increase.
please reply fast...
unless you have XRAM (internal or external) you can not use the LARGE model.
If you have XRAM it is still not a good idea to go LARGE, assigning e.g. buffers to XDATA is a far better solution
Erik