TopicTracker
From bogdanthegeek.github.ioView original
TranslationTranslation

J-Link RTT for the Masses

The article explains how to use J-Link RTT (Real Time Transfer) for debugging embedded projects on ARM microcontrollers. It describes this as an alternative to traditional debugging methods like pin toggling or file-system logging, offering a way to send and receive data through semihosting with minimal code.

Related stories

  • The talk discusses risks of shipping unknown build dependencies from npm and runtime third-party service dependencies. It questions whether projects adequately consider long-term costs, and introduces "microstacks" as an approach using minimal build dependencies and no runtime service dependencies.