参考手册程序应用编写程序9.1.5章节
有一句:Configure the SPI interface of the microcontroller to SPI mode 1 (CPOL = 0, CPHA = 1);
MSP430配置UCA0CTL0中 时钟相位UCCKPH和时钟极性UCCKPL设置成结果采样反馈的配置及采样数据都不对,时钟相位UCCKPH和时钟极性UCCKPL全设置成0的话,就可以正确回读配置数据?难道这句配置是不对的?
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.
参考手册程序应用编写程序9.1.5章节
有一句:Configure the SPI interface of the microcontroller to SPI mode 1 (CPOL = 0, CPHA = 1);
MSP430配置UCA0CTL0中 时钟相位UCCKPH和时钟极性UCCKPL设置成结果采样反馈的配置及采样数据都不对,时钟相位UCCKPH和时钟极性UCCKPL全设置成0的话,就可以正确回读配置数据?难道这句配置是不对的?