Josh,
I just took a shot at adding C28 headers to the c28 demo. I've attached it with this post. You should be able to just import it into CCS and modify the "Path Variables" (screenshots below) to match your version of Control Suite. I just added a few things and made sure they compile and build. I did not however test this example for its functionality.
These are the things I did to get this to work.
- Added the C28 BIOS command linker file. The cmd file is in the same directory as the nonBIOS header file.You should be able to just add it, as long as the sections don't overlap you won't have any problems linking.
- Added in the project properties a "Path Variable" under "Linked Resources". Note, you'll have to update this with the version of control suite you want to use.
- Added the C2000 #include search paths as needed by the ADC_SOC project into the demo_c28 project and the source files.