Open wuyuanyi135 opened 1 year ago
Hello @wuyuanyi135 could you please leave the dsps_fft4r_init_fc32
in your code, and see if you could run it?
Hello @wuyuanyi135 could you please leave the
dsps_fft4r_init_fc32
in your code, and see if you could run it?
Yes. with dsps_fft4r_init_fc32
the example runs. I found dsps_cplx2real_fc32
is actually a part of fft4r. I guess this is the issue why uninitialized fft4r caused problem.
@peter-marcisovsky sorry to bother you. Does dsps_fft4r_init_fc32
affecting radix 2 APIs rings any alarm to you?
Anyone could provide some insights?
Environment
git describe --tags
to find it): v5.2-dev-2383-g82cceabc6extensa-esp32-elf-gcc --version
to find it): (crosstool-NG esp-12.2.0_20230208) 12.2.0Problem Description
I modified the fft for real example to only use fft2r functions. The program hangs.
Expected Behavior
fft2r should work
Actual Behavior
after remove fft4r related code, the code hangs.
Steps to repropduce
see the code below
Code to reproduce this issue
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)