Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我所拥有的是直接访问 Atmel CPU 上的四个 JTAG 接口引脚。
我需要的是低级 C 代码来调整这些引脚并实现两个功能:
ReadMemoryWord(address) WriteMemoryWord(address, word)
以前有人做过吗?或者可以指出我正确的方向?
我已经有了一个答案:阅读 IEEE 规范。我希望有一条更短的路径。
您可以查看OpenOCD。我不确定这是否是一条较短的路径:)