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.
解決済! 解決策の投稿を見る。
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:
After you add the driver, it will be OK.
Wish it helps you!
Best Regards,
Kerry
How many bytes of data can be handled in DMA in one request
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:
Wish it helps you!
Best Regards,
Kerry
Thanks for the update it resolved my problems
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:
After you add the driver, it will be OK.
Wish it helps you!
Best Regards,
Kerry