imx8plus dsp

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx8plus dsp

跳至解决方案
604 次查看
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 解答
560 次查看
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 回复数
561 次查看
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

554 次查看
wtking
Contributor I
Thank you very much for your reply. We will take a detailed look at the PDF.Sincere thanks.