Other Parts Discussed in Thread: C2000WARE
Hi Team,
My customer want to use F280049 VUC for CFFT, do we have an example based on F280049 for that?
As it seems there is no VUC example for F280049, They migrate the code from the 2837x_vcu2_cfft_256 example, but has the issue below:
C:\ti\c2000\C2000Ware_2_00_00_02\libraries\dsp\VCU\c28\docs\C28X_VCU_LIB_UG.pdf
C:\ti\c2000\C2000Ware_2_00_00_02\libraries\dsp\VCU\c28\examples\fft\2837x_vcu2_cfft_256
The code are below:
CMD file to fix the data buffer address:
The input buffer from debug window:
The output buffer after calculation from debug window:
but the output result should be like below:
what is the problem? is it because F280049 VCU is type 1 and F2837x VCU is type 2 and not able to use this example? any suggestion or example for F280049 VCU to implement CFFT?