降低系统主频,也没作用
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.
Felix Zhang, 我没有调试过RF1A模块,所以不能给你有效的建议,我尝试寻找相关RF1A的code example, 找到下面相关参考内容,希望对你有帮助。你可以看看code example的设置,或者直接使用,对比来定位一下问题吧。O(∩_∩)O~
1. RF1A Library for CC430F613x/F513x Sub-1GHz SoCs
http://www.ti.com/lit/an/slaa460/slaa460.pdf
http://www.ti.com/mcu/docs/litabsmultiplefilelist.tsp?sectionId=96&tabId=1502&literatureNumber=slaa460&docCategoryId=1&familyId=342
2. CC430 Wake-On-Radio Functionality (在下面文档中,可点击直接下载对应的code example)
http://www.ti.com/lit/an/slaa459a/slaa459a.pdf
3. Wiki--下链接中也有对应的代码下载
http://processors.wiki.ti.com/index.php/Synchronous_%26_Asynchronous_Communication_-_CC430
The CC430 RF_Examples include the following projects:
1. Fixed_GT_FIFO -- Packet length is fixed and greater than FIFO size (64 bytes)
2. Fixed_LT_FIFO -- Packet length is fixed and less than FIFO size (64 bytes)
3. Variable_GT_FIFO -- Packet length is variable and greater than FIFO size (64 bytes)
4. Variable_LT_FIFO -- Packet length is variable and less than FIFO size (64 bytes)
5. Asynchronous_Communication -- RF TX/RX in asynchronous mode, internal connections to timerA
6. Synchronous_Communication -- RF TX/RX in synchronous mode, internal & external connections to timerA
使用第2种程序例程应该是没有问题的。