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.
《MIPS32® 4KE® 处理器内核系列软件用户手册》说 4KE 具有 JTAG 的硬件数据中断功能。但我没有 JTAG。
我试图从没有 JTAG 的软件中读取/写入 drseg 上的数据断点寄存器。但我不能。我应该切换到调试模式吗?但我不能。如何?
我可以在没有 JTAG 的情况下从软件中使用此功能吗?
您可以尝试执行“break”指令进入调试模式,只有在调试模式下,您才能访问 drseg 寄存器。