Other Parts Discussed in Thread: C2000WARE
I've been looking through the TMS320F2837xD Technical Reference Manual (SPRUHM8G) and found that the CLA ROM contains something called FFT Tables:
What are they for?
I can't find any FFT routines for the CLA.
Are they designed to be loaded and somehow used by the main CPU?
The source code for this table ( c:\ti\c2000\C2000Ware_1_00_06_00\libraries\boot_rom\f2837xd\revB\rom_sources\F2837x_bootROM\cpu01-bootROM\Cla_Data_Rom\source\fft_twiddle_bit_reverse.asm ) contains the following comments in it:
;;//! For N = 1024-pt Complex FFT there are 10 stages
;;//! requiring 256 complex twiddle factors for the CLA implementation
This mentions a "CLA implementation". So is there an FFT available on the CLA?