Embedded Auxiliary Tools: OpenOCD Toolchain

Embedded Auxiliary Tools: OpenOCD Toolchain

In the previous article, I introduced some useful debugging communication interface tools. Interested readers can check it out: [Embedded Auxiliary Tools]: Communication Interface Edition. This time, I will introduce the affordable and effective OpenOCD toolchain.Before introducing OpenOCD, let me first explain two concepts: ICD and OCD.ICD and OCDStrictly speaking, ICD (In-Circuit Debugger) and OCD (On-Chip … Read more

Interface Standard JTAG in Embedded Debugging

Interface Standard JTAG in Embedded Debugging

Hello everyone, I am Pi Zi Heng, a serious tech enthusiast. Today, I will talk about the interface standard JTAG in embedded debugging. In embedded development, it is inevitable to simulate and debug code, especially when the application logic becomes complex to a certain extent. It is common to introduce some logical bugs while writing … Read more