Other Parts Discussed in Thread: OMAPL138, SYSBIOS
Hi,
I am using the following software for the TMDSLCDK6748 development kit:
- CCS Version: 7.2.0.00013
- processor_sdk_rtos_omapl138_4_00_00_04
I have created a CCS project (not a RTSC project) and I want to add cache functions for invalidation, writeback and checking/changing cache sizes. Now I saw that these functions are present in ...\bios_6_46_05_55\packages\ti\sysbios\hal\Cache.h, but I did not manage to include these functions successfully into my project.
What do I have to do to use these functions:
- include statements in the source code?
- project properties in CCS: general?
- project properties in CCS: compiler options?
- project properties in CCS: linker options?
PS. I would like to keep the project light weight in terms of code size, code efficiency and project complexity.
Regards,
Ad