Hi,
I had few doubts regarding C6678 project. Using CCSv5 & SysBIOS 6.32
1. Require a sample .cfg file for partitioning the memory for placing new data sections defined , for address range of L2SRAM, MSMC and DDR.
For eg. Earlier processors we could subdivide the L2SRAM of 512K to the individual partitions SEC1 256K and SEC2 256K, by defining inside linker command file. How to do using the xdc scripts. I'm not familiar with this.
2. Also like to know whether a particular section(as defined as SEC1 or SEC2 as mentioned above ), placed in MSMC or L2SRAM can be configured with attributes cache-able/ non-cache-able. It was great if the config file include this as well.
3. When I define #pragma DATA_SECTION and #pragma DATA_ALIGN inside C++ file in my project, the compiler throws errors as "error #821: badly formed pragma" and "error #159: expression must be an integral constant expression" respectively. Any idea how to rectify this?
Pls help!
Thanks
Deepu