Crasy cat
a) Just 10 minutes ago I did something wich worked!!!
I think it has something to do with your help...that is:
In the begining I declared a const array ( I call tables) in a cpp file and so extern it in its such .h file.
Well, this was not enough to work fine..
So I tried to include the h file in the cpp file, although I thought it should not be needed..
BUT for my surprise, now everything is OK..there is..my tables (const arrays) are in ROM !!!!!
Is it what you mean?
b) By the way..could help me or direct me to a post about:
I have many functions wich are states of state machine processor, so they are accessed only by pointers.
CW simply put all functions in NOT USED section.
The ENTRIES usage in PRM file will be very hard taks, due to a state machine based application has many many states/functions.
Imagine if for each new one I need to copy it into prm file?