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.

Bugreport: FFTC cslr_fftc.h

Hi,

I want to report a small mistake on pdk_C6670_1_1_0_3\packages\ti\csl\cslr_fftc.h file.

#define CSL_FFTC_ERROR_EN_DEBUG_HALT_EN_T3_RESETVAL (0x10000000u) //value suppose to be (0x00000001u)

#define CSL_FFTC_ERROR_EN_DEBUG_HALT_EN_T2_RESETVAL (0x00100000u) //value suppose to be (0x00000001u)

#define CSL_FFTC_ERROR_EN_DEBUG_HALT_EN_T1_RESETVAL (0x00001000u) //value suppose to be (0x00000001u)

#define CSL_FFTC_ERROR_EN_DEBUG_HALT_EN_T0_RESETVAL (0x00000010u) //value suppose to be (0x00000001u)

Also in sprugs2c FFTC document FFTC_ERROR_INTERRUPT_ENABLE_REGISTER registef has default Qx_DEBUG_HALT = 0.

But when I read registers after FFTC enable I read Qx_DEBUG_HALT fields as 1.

Best Regards,

Engin BULANIK