I am using Teridian controller(71M6513) for metering solution. But Im running out of space in code area. I have features of size (approx. 80K).I am already using level 9 compiler optimisation. But still the code is not fitting in 64K. Now I enabled Extended linker LX51 and also Linker Code Packing and finally the code is fitting in 64K.
1.)Is it ok to use extended linker. 2.)What would be the side effects of using (LX51).
Please give details on where to use LX51 and BL51.
Urgent requirement. Thanks in Advance
Note that the Memory Model not only affects user-defined variables (which can be explicitly controlled anyhow) but also the space that the compiler uses when it has to "spill" parameters to RAM - and there is no other way to control that!