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.
Tool/software:
I am working on the mentioned board with border router example in WiSUN FAN in SimpleLink CC13xx_CC26xx SDK.
Target: CC1354P10-6
Debugger launchpad: CC3220SF LAUNCHXL with onboard xds110 debug probe(Not using XDS110 standalone debug probe).
Whether I will get any debug logs though UART in this example? How to configure UART for getting debug logs?
How to configure UART for interfacing with the host in the example?
I am taking UART Tx and Rx from 20pin debug connector on the target board when working with border router example.
Hi Vivek,
You will have to implement the debug logs by yourself, as the default border router does not comes with those.
In order to start, you can do the following:
If you do not want to use the Log module, you can also follow the instructions in that thread:
https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/156/t/1415402
Regards,
Arthur