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/IWR1843BOOST: Cloud Point vs Baud Reate

Part Number: IWR1843BOOST

Tool/software: Code Composer Studio

Dear TI 

                We will slow the baud rate for our module spec. define. How to disable the cloud point data output to UART  or CAN interface. ? 

                Direct remove or sample have define turn on and turn off function for it  ? 

BR

 

  • Hi,

    Every demo outputs one or more types of data, in a TLV format. Whether or not each TLV can be disabled via the configuration or will require commenting out in the code depends on the demo itself.  You will need to examine the CLI commands available for the demo you plan to use to determine if the point cloud TLV can be disabled via CLI.  But yes, any output can be disabled without much effort.  If you plan to not use the UART at all, it can be disabled as well.

     -dave

  • Dear TI 

                     Every demo is a different TLV format now.  TI have any plan to uniform these format. 

                     At the application SW level, It's very hard to manage these. 

    BR

     

  • >Every demo is a different TLV format now.  TI have any plan to uniform these format. 

    Since SDK 3.0, new demos have been using the SDK's DPIF definitions to standardize formats.  Older demos may or may not be updated.  And sometimes a demo will strip unused/non-important data in order to improve transfer time.

  • Dear TI 

                     DPIF definition is for TLV standardize ?

    BR

  • Yes, the purpose of DPIF is to standardize the format of the primary radar data blocks: radarcube, detection matrix, point cloud, etc.

     -dave