CC2340R5: change the synchronization word in rfEchoRx to receive my data

Part Number: CC2340R5

I want to change the synchronization word in rfEchoRx to receive my data. The frequency band is 2.402GHz and the baud rate is 1Mbps, but I can't receive it now. 

my syncword is 0x12345678,i have changed the config in rfEchoRx. I can see my data in my ble analyzer,but i can't receive this data during debugging.

  • 您好,
         调试您的情况有多种方法。

        首先,您可以尝试运行 rfEchoTx,并使用您的 BLE sniffers 检测 syncword 是否相同。sync words 可能被反向排列(先 LSBs 后 MSBs),就像 BLE 处理地址一样。如果您有两个启动板,您可以查看这两个固件如何通过 RCL 通信。

       接下来,您可以在 RCL 命令事件回调中启用更多事件,以便获得更多关于错误的信息。此过程在这个E2E 帖子中进行了描述。