I'm currently using an HCS08AW32 microprocessor.
In the code are so many constants defined.
When compiling/linking the project, there was no problem.
When it is loaded to the lauterbach debugger, there was a problem.
There's a memory error.
The cause of this is the high number of constants.
If the constants segment used is only up to 2KB, there is no problem, I can load the software to the debbuger.
Is the size of const for this type of microcontroller 2KB only?
Is there a way for me to increase the size of consts segment?
Also, is there an option on the lauterbach debugger to increase the const range?
Thank you.