This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C5517: 在5535中使用hwafft结果正确,但是移植到5517输出的结果就全是零了

Part Number: TMS320C5517


同样的代码,在5535上就可以实现fft,但是到了5517就不行了,

rom的地址也改过了,改为

/* HWAFFT Routines ROM Addresses */
_hwafft_br = 0x00fefefc;
_hwafft_8pts = 0x00feff10;
_hwafft_16pts = 0x00feffff;
_hwafft_32pts = 0x00ff0155;
_hwafft_64pts = 0x00ff045e;
_hwafft_128pts = 0x00ff05f3;
_hwafft_256pts = 0x00ff0804;
_hwafft_512pts = 0x00ff0a02;
_hwafft_1024pts = 0x00ff0c7c;

还有哪些需要注意的吗