i have a number of string constants defined this way:
Code:
char *text = "text here";
compiler puts them all in to the RAM(pointer and string), so i've just don't have enough RAM left. Is there a way to put the string itself in to the program memory and have only a pointer in RAM?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum