I’m attempting to convert a 6455 project for use on the 6748 platform. Because I use McBSP/EDMA3, I need to replace the fCSL definitions with their PSP/LLD equivalents. I’ve reviewed the information you sent and decided to try to use your McBspSampleMaster project as an example on how to do this. However, what I quickly noticed is that all the EDMA configuration is encapsulated in a function called “edma3init” that is not in the project. How is this function linked into the project if there are no included libraries and no source code definitions to this function? Also, I noticed in the tci file there is a device definition for the McBsp and a DIO object. Do I have to define my McBsp driver this way? Is this something new for PSP?