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.

IWRL6432BOOST: Gating Parameters Warning

Part Number: IWRL6432BOOST
Other Parts Discussed in Thread: IWRL6432

Tool/software:

Hi Experts,

I am using CCS 12.7 and SDK 5.5.0.2 in IWRL6432. A warning of excess in gatingParam. It looks like the lack of parameters in the table entry.

Please help comment on this, thanks!

Best regards,

ChiaChih

  • Hello.

    Please adjust the size of the array to account for any additional cfg parameters you may have included.  I believe the #define is set to 20, but you may need to increase it based on the number of entries in the array.

    Sincerely,

    Santosh

  • Hi

    Thanks for the reply and clarifyng the warning.

    Previously, I thought it was the mistake of entering too many arguments in the gatingparam. However, when I looked into the function for the gating parameters, I saw the number of arguments is changed to 6 if GTRACK_3D is applied.

    Best regards,

    ChiaChih

  • Hello.

    That warning will usually come up when the number of elements in the array don't match the size, and usually you will only see errors during the execution of the CLI command if the number of parameters mismatch.  Thanks for using E2E and feel free to make new posts for any other questions you might have.

    Sincerely,

    Santosh