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.

IWR1443BOOST: Program reference documents for hwaParamcfg, peak detection?

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: MMWAVE-SDK

We try to do some program by our self, can we have some descriptions (or documents) for hwaParamCFG, it describes how to set up all the parameters? such as hwaParamCfg[[.accelMode for all possible options?

Thanks,

  • Hello Feng,

    The documentation for the mmWave-SDK driver for the HWA can be found (after installing the SDK) in C:\ti\mmwave_sdk_<ver>\docs\mmwave_sdk_module_documentation.html.

    The user guide for the HWA hardware block can be found at the following link.
    www.ti.com/.../swru526

    Regards,
    John
  • I looked these documents, it is not clear. Can you just point to the documents give all the settings for hwaParamCfg[]. and all the option values?
    such as hwaParamCfg[].accelMode=HWA_ACCELMODE_FFT and other options?

    Thanks,
  • Feng,

    The documentation I mentioned is what is provided to describe the HWA parameters.

    For example, the following page in the driver documentation shows all the parameters available in the HWA_ParamConfig structure (you can click on their data types to see their possible values).

    C:/ti/mmwave_sdk_02_01_00_04/packages/ti/drivers/hwa/docs/doxygen/html/struct_h_w_a___param_config__t.html

    The HWA user guide describes the HWA operation and theory as well as the register locations and bits. For example, ACCEL_MODE is described in "Table 24. PARAM1_0 Register Field Descriptions" on page 87 of the user guide.

    Regards,
    John
  • Thanks John!