你好,CAN_getInterruptCause() 应该是通过读取CAN中断状态以查找中断源,一般函数都会有介绍,如以下
uint32_t status;
// Read the CAN-B interrupt status (in the CAN_INT register) to find the
// cause of the interrupt
status = CAN_getInterruptCause(CANB_BASE);
// If the cause…
Other Parts Discussed in Thread: CC1310 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/584787/ccs-cc1310-error--1170-and--2064-debugging-rfeasylinktx…
Other Parts Discussed in Thread: CC1310 , CC2500 , SIMPLICITI 请问,cc1310内部的PN9-Whitening算法是如何实现的?现在想使用115L发送数据1310接收,可是1310开启PN9模式白化后数据接收错误。
参考www.ti.com/.../CC2500 compatible 白化模式,接收数据没有错误。
Other Parts Discussed in Thread: CC2530 请教一下工程师们,CC2530的RF的时间精度和稳定性问题。
我使用CC2530运行simplicity协议通信,某节点以450ms为周期发射RF,另一个节点接收的信号不是非常稳定,偶尔偏离于450ms,比如452ms和448ms。
想问下这是CC2530或者simplicity的问题,还是我代码的问题。
希望能够得到回复。