Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • It's an embedded project and storing and retrieving logs sounds problematic. We have a display, to which we write when an assert() fails. Commented Oct 31, 2014 at 12:04
  • @Vorac: Especially in embedded devices logging is nearly indispensable. Usually there is a serial port used for debug output and you could send the logging there too and analyse it off-line. Commented Oct 31, 2014 at 19:13
  • Unfortunately the HW guys are too lazy to connect the appropriate pins to a header. I have USB and JTAG available. Commented Nov 3, 2014 at 12:32