Hi,
There is a uart_DMA example project works well for TM4C1294 LaunchPad. The computer is CCS 6.1, windows 7. Then, I want to add files of the uart_DMA project to another RTOS example project to have the DMA functionality. After I copy and modify udma_demo.c to this new project, it needs to copy utils folder files.
It is found that there are three .c files, which are in fact three links to another folder, under folder utils. When a direct copy utils folder to the new project, it warns out of sync. After continuing, now there is no file content opened up in the window when click the link (In the original uart_demo project, it can open to the .c file content).
So, this is a problem for me now, even the original uart_demo has no file content and cannot build anymore. The question here is how to create a link to a file in a project? I do not see the option when using right-click at 'utils' folder name.
There is a wiki on link file I know. But the created link has no file contents for cpu_usage.c and uartstdio.c. Please see the picture, notice the left triangle disappears after click on it.
What is wrong with it? It preciously warns out of sync. I don't know how
Could you help me?
Thanks,