Hi,
I am trying to configure my project to use the edma lib function calls but I keep getting errors when linking. What path and what lib should I be using?
Will
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.
Hi,
I am trying to configure my project to use the edma lib function calls but I keep getting errors when linking. What path and what lib should I be using?
Will
Found it through the edma3 sample example. I needed 3 seperate libraries and 3 include paths.
Libraries:
edma3_lld_drv.ae66
edma3_lld_drv_sample.ae66
edma3_lld_rm.ae66
Search Paths:
"${EDMA3_LLD_INSTALL_DIR}/packages/ti/sdo/edma3/drv/lib/66/debug"
"${EDMA3_LLD_INSTALL_DIR}/packages/ti/sdo/edma3/drv/sample/lib/c6657-evm/66/debug"
"${EDMA3_LLD_INSTALL_DIR}/packages/ti/sdo/edma3/rm/lib/c6657-evm/66/debug"