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.

CC1312R:FFT Repeated function calls result in different outcomes

Other Parts Discussed in Thread: CC1312R

部件编号: CC1312R

工具/软件:

Hi,guys:

Due to business requirements, I used the FFT routine from the "simple_periphera_cc1350lp/app" library
But using the same structure parameters and calling the function 4 times repeatedly,
I found that the first and subsequent results were different, but after the second call, the result was the same

msp_fft_q15_params params = {2048,true,msp_cmplx_bitrev_table_2048_ui16,msp_cmplx_twiddle_table_2048_q15,msp_split_table_2048_q15};

May I ask how to solve this problem