Hello,everyone!
I'm using LLD under SYS/BIOS to complete a data transfer on C6455
These are the information about versions of my tools:
CCS 5.2
SYS/BIOS 6.33.04.39
EDMA LLD 02.11.05.02
Since the sample projects provided by TI are based on the BIOS 5,I don't konw how to apply LLD to my new project based on SYS/BIOS.
In the sample projects,I can simply add lib files such as edma_drv_bios.lib to my project and don't need to make other changes,in which way,my program still works well.
However,when I use the new LLD based on SYS/BIOS,the lib files are missing.It confuses me and I don't konw which files should be include in my projects.What'more, I don't konw what options should be changed when building the project.
Now,when I link the files,the functions such as EDMA3_DRV_... are always declared undefined symbols,it seems that I fail to include LLD in my new project
Although I've red some documents about SYS/BIOS and how to migrate BIOS 5 to SYS/BIOS,I can't find a satisfying answer.
Another post is also about LLD and SYS/BIOS and this is the link:http://e2e.ti.com/support/embedded/bios/f/355/t/99482.aspx,but it seems little help to me.
Could anyone help me?
Thanks,
Zhao