Understanding JTAG: Interface Protocol and Boundary Scan

Understanding JTAG: Interface Protocol and Boundary Scan

This article mainly introduces the pin definitions, interface standards, boundary scan, and TAP controller of the JTAG bus. JTAG (Joint Test Action Group) is an international standard testing protocol (IEEE 1149.1 compatible), primarily used for internal chip testing. Most advanced devices now support the JTAG protocol, such as ARM, DSP, FPGA, etc. The standard JTAG … 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

JTAG Operation Example

JTAG Operation Example

After familiarizing ourselves with the JTAG architecture through a series of previous articles, let’s take a complete example to understand how the TAP used for Debug access works. Assuming a debugging scenario where we need JTAG to access and modify a 3-bit wide control signal due to debugging requirements. In normal functional mode, the value … Read more

Introduction to JTAG

Introduction to JTAG

Debugging chips relies heavily on the JTAG interface. Downloading and debugging programs must be accomplished through the JTAG interface. Today, I learned some basic principles and working processes of the JTAG interface, and I will summarize them briefly. The JTAG interface is an international standard testing protocol, originally initiated by several electronic device manufacturers who … Read more

JTAG Interface Learning Notes

JTAG Interface Learning Notes

Interface Name: JTAG Full English Name: Joint Test Action Group Chinese: 联合测试工作组 Standard Number: IEEE1149.1-1990/IEEE1149.1a-1993 Standard Maintenance: IEEE Current Specification: www.IEEE.org Latest Version: IEEE1149.1-2013 Standard Test Access Port and Boundary-Scan Architecture Effective Date: 2013 Next Version: TBD Description: JTAG is an international standard testing protocol (IEEE 1149.1 compatible), primarily used for internal testing of chips. … Read more

OpenEyeTap: Open Source AR Smart Glasses Based on Raspberry Pi

OpenEyeTap: Open Source AR Smart Glasses Based on Raspberry Pi

[Image]MAKER:SteveMann/译:趣无尽 Cherry我们这一款EyeTap智能眼镜,使用3D打印组件,内置光学微型显示器,微型摄像头和带wifi功能的树莓派ZeroW。具有电子记录功能(类似车载记录仪)和快照功能。以下是项目团队对该项目的说明。欢迎各位关注Ope…