Part Number: AM5728
Tool/software: TI-RTOS
In the current scenario, the example code for PCIe with EDMA support we call the EDMA driver APIs from the application code.
Do we have the PCIe driver which does it from inside the PCIe driver api's
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM5728
Tool/software: TI-RTOS
In the current scenario, the example code for PCIe with EDMA support we call the EDMA driver APIs from the application code.
Do we have the PCIe driver which does it from inside the PCIe driver api's
The UART AND SPI drivers have the EDMA support.
Similarly if I have to implement EDMA support in PCIE, how should I start.
I have to implement pcieTransmit and pcieReceive using EDMA.
Want to know the complications involved in implementing edma support in pcie driver like the UART driver with edma.