You are reading a single comment by @tve and its replies. Click here to read the full conversation.
  • Then the string constants eat RAM. I am "guessing" that some large portion of the missing RAM is used by strings.

    A while back I switched printf to put the format string into flash. It's not trivial to do that with all strings because flash only supports word-aligned accesses, so you have to be careful.

About

Avatar for tve @tve started