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: can not sending the config when running Capture Demo to capture Raw data

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: IWR1443

Tool/software: Code Composer Studio

hi,

     I try to use the IWR1443 to capture Raw data.  According the document "ADC Data Capture SDK1.05 V1.00 ", I run step by step.  when I run to step "Sending the Config" , a problem occurred. I show it with Screenshot. why all inputs are not recognized as CLI commands. but the CLI module has been opened successfully.  can you tell me how should I do? 

  • Hello,

    This seems to be a UART/terminal communication problem. I can also see that the ChannelCfg command was not entered correctly as it requires 3 arguments but only one is shown in your picture. It appears that you are copying and pasting the commands to the terminal window and the terminal is dropping characters.

    Which terminal program are you using? I use TeraTerm with the settings shown below and it works fine.

    1. Reset the board and connect TeraTerm or any other Serial terminal program to the Application/Control UART COM port.

    2. Configure the serial port settings as shown below and also make sure you add the inter-character and inter-line transmit delays as shown in the settings below. Adding character and line delays reduces the possibility of dropped characters which causes errors. 

    2. Send each command one by one instead of pasting them all at once into the terminal, pressing enter between each command to send it to the device.

     Please mark this thread answered if this resolves the issue otherwise get back if more support is needed.

    Thanks

    -Nitin