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 ,
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