Good morning,
This is follow-up on my recent post:
macros_hwa_remap.inc
http://e2e.ti.com/support/dsp/c5000/f/109/t/289912.aspx
Based on recommendation in sprabb6b.pdf
FFT Implementation on the TMS320VC5505, TMS320C5505, and TMS320C5515 DSPs
http://www.ti.com/lit/an/sprabb6b/sprabb6b.pdf
and using:
3441.lpva200.inc
2055.macros_hwa_remap.inc
I was able to build a project around hwafft.asm, and execute hwafft_16pts().
When executed, I am getting (console) message:
Could not find libhwa2.dll
multiple times, then hwafft_16pts() terminates with return value:
out_sel = OUT_SEL_DATA
But the content of the output buffer does not look as expected (I first tested the same input with rfft() from 55xdspx_r3.lib from c55_dsplib_03.00.00.03 to get "reference" FFT output)
Also, I followed instructions to properly align all buffers:
abs. value/
byte addr word addr name
--------- --------- ----
00011000 _data_buf
00011800 _scratch_buf
00012000 _data_br_buf
Please advice, how to obtain this libhwa2.dll ?
thanks & regards,
Dubravko