Part Number: TM4C129ENCPDT
Tool/software: TI-RTOS
Hi,
How do I create a Command Line Interface in TI RTOS ??? Is it possible ??
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.
Part Number: TM4C129ENCPDT
Tool/software: TI-RTOS
Hi,
How do I create a Command Line Interface in TI RTOS ??? Is it possible ??
Do you want to use UART or USB?
UART: Look at the UART Echo example. It can easily be modified to support a CLI. Note all the debug features are turned on with UART Echo, so it appears larger than it needs to be.
USB: Look at USB Serial example. Again it can be easily made into a CLI.
Here's an file from the Portable Example from the SimpleLink SDK for MSP432. It uses the UART TI Driver to supply a simple CLI.
Hi,
Actually I wanted to create a command line interface for my TI RTOS application on the board. So, can the same be used for my purpose ?
I am relatively new to this.