I am getting this warning
warning #10229-D: output section ".data" refers to load symbol "Foo" and
hence cannot be compressed; compression "rle" is ignored
when I try to initialize RAM array with Foo function pointer(s). When I initialize RAM array with pointers to constant data or labels define in the linker file I do not get this warning. Can someone explain this?
Eugene