I've tried so many things to try to get this to work and they all failed. So instead of going through the details of my failed efforts, I will just stick to the original purpose:
I am working with Processor SDK RTOS for AM335x in CCSv6. I need to write a McASP driver and this driver will refer to components in:
- the EDMA3 LLD driver (a RTSC package)
- SYS/BIOS (also an RTSC package)
Obviously, I would like the McASP driver to be in a separate CCS project from my application project because multiple applications will reuse this driver! So what are the steps to set this up in CCSv6?