我用的是TMDXEVM6455开发板,两块6455通过SIO通讯。
在执行Maintenance read命令后,失败。读取本地SP0_ERR_STAT(1158h)寄存器内容,寄存器内容为0x12,PORT_WRITE_PND位为1,表示:The port has encountered a condition which required it to initiate a Maintenance Port-write operation.
在执行Maintenance write命令后,成功。读取本地SP0_ERR_STAT(1158h)寄存器内容,寄存器内容为0x2,PORT_WRITE_PND位为0。
PORT_WRITE_PND状态位变化与Maintenance read命令失败有关系吗?