LPSPI2 EDMA configuration

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

LPSPI2 EDMA configuration

跳至解决方案
2,830 次查看
jinu_mohan
Contributor I

im trying to send data over LPSPI2 using EDMA in the peripheral tool configuration in the configuration setup its showing no LPSPI driver found  how to add sriver to this one im working on IMXRT1060s  LPSPI2 as slave  im using ths API for sending data LPSPI_SlaveTransferEDMA(EXAMPLE_LPSPI_SLAVE_BASEADDR, &g_s_edma_handle, &slaveXfer);

how to add this driver in ide compilation.

Screenshot from 2022-04-19 11-12-11.png

@kerryzhou 

0 项奖励
回复
1 解答
2,821 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @jinu_mohan ,

  You issue is caused by you didn't add the related peripheral driver, it's easy to add it.

  Please follow this picture:

kerryzhou_0-1650362395637.png

After you add the driver, it will be OK.

 

Wish it helps you!

Best Regards,

Kerry

 

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,813 次查看
jinu_mohan
Contributor I

How many bytes of data can be handled in DMA in one request

@kerryzhou 

0 项奖励
回复
2,800 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @jinu_mohan ,

   If you have any new issues, you can create the new case.

   About one request, please check the RM DMA chapter, you will be clear:

kerryzhou_0-1650425824123.pngkerryzhou_1-1650425830296.png

kerryzhou_2-1650426782668.png

Wish it helps you!

Best Regards,

Kerry

 

0 项奖励
回复
2,816 次查看
jinu_mohan
Contributor I

Thanks for the update it resolved my problems

0 项奖励
回复
2,822 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @jinu_mohan ,

  You issue is caused by you didn't add the related peripheral driver, it's easy to add it.

  Please follow this picture:

kerryzhou_0-1650362395637.png

After you add the driver, it will be OK.

 

Wish it helps you!

Best Regards,

Kerry

 

0 项奖励
回复