Other Parts Discussed in Thread: CC1350, LAUNCHXL-CC1312R1
Hello,
I have custom board includes CC1310. I wrote a code which takes code from uart, send it via RF and then receive it from RF and receive from RF and sending this data to uart. I am sending datas from terminal emulator such as teraterm, putty etc. Program is working. I have tranceiver code, it waits as a receiver until I send data from terminal.
For example I have 2 same custom boards. I connect them to different terminals. When I send any data from 1st terminal, I can see this data on the other terminal. So it is working.
1st Board
Message -> Terminal
Terminal -> Uart
Uart -> RF Tranceiver(Transmitter)
2st Board
RF Tranceiver(Receiver) -> Uart
Uart -> Terminal
Terminal shows the message.
Problem is debugging process. I have two Launchpads one is LAUNCHXL-CC1312R1 Rev D and the another is CC1350 Launchpad Rev 1.3 . I am trying to debug one of my custom board. While not debugging custom board can receive data from RF and send it to uart, but if I connect one of eval kit to my custom board, custom board can't receive RF message. How can I provide my custom board to take RF messages while debugger is connected ?
Debug session starts correctly. It is working. I have tasks and I see tasks when I pause debug session. I am using 2-wire debug. Eval kit is connected to my custom board with TMS TCK and GND pins.