imx8plus dsp

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
609件の閲覧回数
wtking
Contributor I

Hello, nxp developers

Can anyone confirm that hifi4 dap can be used as common dsp? I want use it for sensor data calculation.

By the way, can uart be sxtended?We need 5 uart, but 8mplus datasheet say there are only 4.

thanks!

0 件の賞賛
返信
1 解決策
565件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

DSPs are used through their firmware, please refer to https://www.nxp.com/docs/en/user-guide/IMX_DSP_USERS_GUIDE.pdf.

I found the chapter about NatureDSP Library Support, is the library that matches the common operations of a DSP.

Used signal processing functions: FFT, FIR, vector, matrix, and common mathematics.

For UART expansion, you could either look for multiplexer/bridges or simulate a UART from GPIO, that development would be up to you.

Regards

元の投稿で解決策を見る

2 返答(返信)
566件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

DSPs are used through their firmware, please refer to https://www.nxp.com/docs/en/user-guide/IMX_DSP_USERS_GUIDE.pdf.

I found the chapter about NatureDSP Library Support, is the library that matches the common operations of a DSP.

Used signal processing functions: FFT, FIR, vector, matrix, and common mathematics.

For UART expansion, you could either look for multiplexer/bridges or simulate a UART from GPIO, that development would be up to you.

Regards

559件の閲覧回数
wtking
Contributor I
Thank you very much for your reply. We will take a detailed look at the PDF.Sincere thanks.