This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

无法读取芯片寄存器的值



问题现象描述:发送5500h 0000h 可以返回5500h 000bh

                         发送送去取指令 5580h 0000h (发送5580h 0000h 0fffh,也是返回5580h 0000h 0fffh,没有多两个字节)返回的数据还是没有变化,也是5580h 0000h ,理论上应该返回的是580h 0000h xxxxh

想请教的是,是我发送的读取寄存器的指令有问题? 需要发送怎么的数据才可以返回寄存器的值,是否有发送顺序(发送读取指令之前,有初始化先发5500h 0000h)。