This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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?

0