* Redistribution and use in source and binary forms, with or without * Copyright (c) 2015-2016, Texas Instruments Incorporated
The code in this file is the following: /*
I managed to build the project (as I didn't change anything and this code was written by Texas Instruments) and load it into the chip by using the debugging button. I found this example in Ti Resources Explorer. In Code Composer Studio, I have imported and built a project named uart_echo for the CC1310. Later I need to make this MCU talk with another MCU.įirst, I have to mention that this launchpad has a XDS 1100 Debugger linked to the computer via USB.There are some jumpers on the board with RX TX so I suppose this allows the XDS110 to act as FTDI converter USB to UART directly via a USB port (I also have a special cable from Prolific to probe signals without going through the debugger). I try to see if I can make this MCU talk to my PC first by sending some data. Here is what I am trying to do: I have a MCU (CC1310 on a launchpad) with a UART port. In any case,I try to be hands on ,trying to understand how it works quickly and get the taste of it but so far I am unsuccessful.I have read several tutorials about the 'theory' but I am having difficulties being hands-on. I don't know if this happens because I can't understand how it works or because I manipulate it in a wrong way. I am struggling to understand how to work with UART interface between microcontrollers.