Hello,
the target processor is a ColdFire V1 (QE128), I´m using CodeWarrior V6.2.
I´m using a lot of strings in my code, for example:
strstr(myBuffer, "MyString");
When I compile the proyect, in the proyect window says that I have a lot of RAM usage, while only are declared a few variables.
In the .MAP file, these strings appears into the .rodata section.
How can I avoid this behaivor?
thanks in advance!