Debug System

In this chapter, we will introduce debug system, including log mechanism, debugging interfaces like SWD and some ARM-based devices debug feature. Developers often use software tools, like Keil MDK for debugging. These tools make it easier to write code, compile it, and fix issues by providing features such as variable inspection and memory access.

For more information about debug system, please refer to the following documents: