I am receiving WARNING "L13: RECURSIVE CALL TO SEGMENT" when I try to access a CROMDATA array from the same file.
That means CROMDATA variable and its usage are in the same .c file.
Can anybody please help, How can I remove this warning?
I have read warning description, but could not get any clue.
Thanks in advance
~Ronie
"placed in CODE memory so I can't place it in another file, as I won't be able to access it."
The fact that it's in CODE memory has absolutely no bearing whatsoever on being able to place it in another file, and gain access to it!
You most certainly can make 'extern' references to "variables" in CODE!