The look-up table is being stored in flash when defined with a constant type, I have checked the CMD file for that. My issue is not that. Infact i would like to use the LUT with pointers and that too are getting defined as const type and hence I am falling short of memory. In case I do not use the LUT at all in the program but let them be there I am not facing any issue of memory at all. Hence my question is how to have the following situation: Let the look up table be a constant and reside in the ROM and use pointers thtare stored in the RAM so that ROM is not used again for the pointers. Atleast that is what I am thinking that the poiters too are getting stored in ROM and hence the need for memory is doubling - I may be wrong there but do not know how to confirm either way. Regards Viney Chaddha
↧