Hi,
I use Boost C for PIC18 version 7.04 with a PIC18F67K22(128K FLASH, 4K SRAM).
Question:
1. Is it possible to declare an array of integers with and index of over 256?
e.g unsigned short Array[340];
2. I used -idx 2 command in the build options, to increase the array index limit and I still get an error.
Error: Array index size does not match linker '-idx' option. Expected:1 byte(s), while array index size of 2 byte(s) used in File: 'C:/Users/
Is there a way to use array index greater than 256?
Thanks
Bade