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.

PROCESSOR-SDK-AM62A: GLBCE WDR LUT Usage

Part Number: PROCESSOR-SDK-AM62A

Tool/software:

Hello,
Examining the headers of the GLBCE we found this interesting piece of code:

/**
*  \brief Control structure for WDR Module.
*         Used to enable/disable module and to set WDR Lut
*/
typedef struct
{
    uint32_t                    enable;
    /**< Flag to enable/disable FrontEnd Wdr */
    uint32_t                    table[GLBCE_WDR_LUT_SIZE];
    /**< WDR Table */
} Glbce_WdrConfig;

We could not find anywhere in the code where table[GLBCE_WDR_LUT_SIZE] is actuablly being used. Is this by design? Can it be used?

Thank your for your time!

Best regards,

Hristo