Part Number: TDA3XEVM
Other Parts Discussed in Thread: TMS320C6747, TMS320C6745, TMS320C6743, OMAPL138, TMS320C6742, TMS320C6746, TMS320C6748, TMS320DM8148, SYSBIOS
Tool/software: TI-RTOS
I try to transfer PDK example DSS to CCS7, I added cache functionality but encountered with cache absence in M4:
**** Build of configuration Debug for project VencRT ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
gmake[1]: Entering directory 'C:/ti/Workspace/VencRT/Debug'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/bios_6_50_01_12/packages;C:/ti/edma3_lld_02_12_00_20/packages;C:/PROCESSOR_SDK_VISION_03_01_00_00/ti_components/drivers/pdk_01_08_00_16;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.evmTDA3XX -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.9.0.STS" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.xem4 from package/cfg/app_pem4.cfg ...
Cache is not supported for the specified device (TDA3XX).
Cache is only supported for the following devices on the M4 target:
TMS320TI816X
TMS320DA830
DM37XX
TMS320CDRA442
AWR16XX
TMS320DA802
TMS320DA803
TMS320DA804
TMS320DA805
TMS320DA807
TMS320DA808
TMS320DA810
TMS320DA828
TMS320C6747
TMS320C6745
TMS320C6743
OMAPL137
OMAPL108
OMAPL118
OMAPL138
TMS320DA840
TMS320DA850
TMS320C6742
TMS320C6746
TMS320C6748
Arctic
TMS320CDRA402
TMS320CDRA404
TMS320CDRA414
TMS320CDRA416
TMS320CDRA444
TMS320CDRA446
TMS320CDM740
TMS320C6A8168
TMS320TI811X
TMS320TI814X
TMS320DM8148
TMS320DM8168
TMS320C6A8149
IWR16XX
subdir_rules.mk:12: recipe for target 'build-1175220767-inproc' failed
js: "C:/ti/bios_6_50_01_12/packages/ti/sysbios/family/c64p/Cache.xs", line 435: Error: Cache unsupported on device!
"C:/ti/bios_6_50_01_12/packages/ti/sysbios/family/c64p/Hwi.xs", line 130
"C:/ti/bios_6_50_01_12/packages/ti/sysbios/family/c64p/EventCombiner.xs", line 45
gmake.exe: *** [package/cfg/app_pem4.xdl] Error 1
Warning: directory "C:/PROCESSOR_SDK_VISION_03_01_00_00/ti_components/drivers/pdk_01_08_00_16" on package path has a "packages" subdirectory - did you mean this instead?
js: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1175220767-inproc] Error 1
gmake[1]: Leaving directory 'C:/ti/Workspace/VencRT/Debug'
SO TDA3XX Cortex M4 have no cache.
How to workaround this problem?

