void halRfSendPacket(BYTE *txBuffer, UINT8 size) {
halSpiWriteBurstReg(CCxxx0_TXFIFO, txBuffer, size);
halSpiStrobe(CCxxx0_STX);
// Wait for GDO0 to be set -> sync transmitted
while (!GDO0_PIN);
// Wait for GDO0 to be cleared …
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/685756/rtos-cc1310-rtos-cc1310-wake-up-from-standby-via-uart…
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/654549/rtos-launchxl-cc1310-rx-module-to-ping-tx-to-transmit…