>The problem may be with your linker script. >The original linker scrips declare the RAM memory as being split into >256 bytes data banks. If any data section grows larger than 256 bytes >then it won't fit into any declared data bank. >You may modify the linker script to join some data banks (bring up some >problems though), or declare some variables in a new source file, >because the C18 will put them in a different data section. > >Regards, > >Isaac Or, if I remember correctly, you can use a #pragma to put some of your variables in your existing source file into a different data section. -- Bob Ammerman RAm Systems -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist