This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WARNING L13: RECURSIVE CALL TO SEGMENT

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

Parents
  • "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!

Reply
  • "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!

Children
No data