Constant Strings

I have several constant strings that I defined as follows:

const u8 *Stringname = "StringContent";

At some stage if I add one more string, the uC stops working. I have more than enough code memory left so it is not a memory problem.

What could be the problem? Am I doing this the wrong way?
Should I put the strings in a different memory space?

Parents Reply Children
More questions in this forum