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.

Compiler/AWR1642: Can I set the number of adc sample to 512 points in SRR function?

Part Number: AWR1642
Other Parts Discussed in Thread: AWR1843

Tool/software: TI C/C++ Compiler

Hi sir,

Can I set the number of adc sample to 512 points in SRR function?

I try to set this parameter in TI AWR1642 demo code but it's not work. (srr_config_chirp_design_SRR80.h << This head file.)

"#define PROFILE_SRR_ADC_SAMPLE_VAL          (512U)"

however in "srr_config_chirp_design_USRR20.h" USRR function is able to work.

"#define PROFILE_USRR_ADC_SAMPLE_VAL          (512U)"

Please help to clarify this question A.S.A.P.

Thanks!