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.

CC2642R: How to debug RF output for a ble device

Part Number: CC2642R

Hi,

I'm working on integrating ble peripheral functionality on custom hardware which has a cc2642 chip. I've added the simple peripheral application files to a preexisting project. In my main.c file I can then run the simple_peripheral_task_ create function alongside the previous ICall initializations and the project runs as it should. I then tried to synchronize the ble task with the preexisting project tasks using a semaphore. When doing so the ble task will run but the device does not show up when I try scanning for it.

I wanted to ask how I should go about debugging the RF output and collect the ble traces for the project.

Thanks in advance,

John.