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.

[参考译文] MSP430F67751A:MSP430f67751A SPI 时钟

Guru**** 649970 points
Other Parts Discussed in Thread: MSP430F67751A, CC2520
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1067528/msp430f67751a-msp430f67751a-spi-clock

部件号:MSP430F67751A
“线程 :CC2520”中讨论的其它部件

您好,  

我 正在为 我的项目使用 MSP430F67751A 和 CC2520射频无线电。  MSP430F67751A 和 CC2520通过 SPI 连接。检查 SPI 时钟频率时,显示为1MHz。

以下是当前配置:

UCA0CTLW0 |= UCMST | UCSYNC | UCCKPL | UCMSB;

UCA0CTLW0 |= UCSSEL_2;  

UCA0BRW_L = 0x03;

UCA0BRW_H = 0;   

UCA0MCTLW = 0;  

如何 增加 SPI 时钟。 请共享一些示例代码(如果有),以使用上述配置实现 SPI 时钟8MHz。