You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a quite problematic issue for uses of RFFT on many smaller microcontrollers. Regardless of what length FFT is used, it always takes 32 kB FLASH space for the tables.
This is especially surprising since there are dedicated initialization functions for each RFFT length. Such as arm_rfft_init_64_q15 or arm_rfft_init_128_q15. However, each single one of them uses the same tables:
ARM-software/CMSIS_5#1275
The text was updated successfully, but these errors were encountered: