Tool/software: Code Composer Studio
Hi,
I am using tms320c5505. It has an Hardware FFT Accelarator.
I got the hwafft_rom.asm, hwafft.asm and hwafft.h
I used a sample code given in TI documentation for FFT implementation.
But, I am not able to link .asm files to the project.
I feel .asm files will be converted to .obj after building. But, I cant see any of my .asm files being converted to .obj
Maybe because of this I am getting a [E0000]: Parse error when i buidl
Can u plz help me out
