MKL26Z64 m_text overflow using CMSIS DSP Library

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MKL26Z64 m_text overflow using CMSIS DSP Library

ソリューションへジャンプ
2,018件の閲覧回数
gustavsl
Contributor III

Hi. I'm developing an application for a custom board using MKL26Z64. The application involves an FFT. To do so, I included the CMSIS DSP Library.

However, when I use the arm_rfft_init_q15 and arm_rfft_q15 functions to perform a fixed-point real FFT, the code (which was 8384 bytes before) overflows by 23124 bytes. When I remove those functions, there's no overflow.

I'm using CodeWarrior 10.6 and Processor Expert 10.3.

Any tips on this? Do I have to use another FFT implementation?

Thanks.

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 解決策
1,468件の閲覧回数
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Gustavo Leal:

Check the next thread and especially the Correct Answer by colleague Martyn Hunt. Maybe your project is linking the whole DSP library and you have to use the -ffunction-sections -fdata-sections compiler options:


Has anybody implemented CMSIS FFT library Successfully?


Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,469件の閲覧回数
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Gustavo Leal:

Check the next thread and especially the Correct Answer by colleague Martyn Hunt. Maybe your project is linking the whole DSP library and you have to use the -ffunction-sections -fdata-sections compiler options:


Has anybody implemented CMSIS FFT library Successfully?


Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信