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.

CCS/IWR1443BOOST: Uart Driver Usage

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: IWR1443

Tool/software: Code Composer Studio

Hi, I am trying to make an interface that will communicate with the IWR1443BOOST via uart in c++ that will be able to send config files and read the output from the device. I see that the UART driver is used in the IWR1443 demo lab in the mss. I have two questions:

1) Is its intended purpose to be flashed onto the board and then accessed using external UART code, or can the driver be used to send and receive commands from a separate program that is run on a computer connected to the already flashed iwr1443?

2) Depending on the answer to the previous question, is it possible to use the supplied UART Driver for this outside of CCS or does the uart driver require the overhead that CCS provides?

Thank you in advance,

Davis