我在使用spi做主机传输时发现将数据位设置16位传输会出现高字节先发送然后才发低字节
比如想发送一串字符串如下
#define MASTER_MSG "test send 16bit\n\r"
8位发送就正常,当16位发送时用逻辑分析仪抓的数据位
ettss ne d 61ib\nt高位和地位反过来了,如何能设置为低数据先发
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.
我在使用spi做主机传输时发现将数据位设置16位传输会出现高字节先发送然后才发低字节
比如想发送一串字符串如下
#define MASTER_MSG "test send 16bit\n\r"
8位发送就正常,当16位发送时用逻辑分析仪抓的数据位
ettss ne d 61ib\nt高位和地位反过来了,如何能设置为低数据先发