Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I want to user Cache on AM57xx DSP, According to SPRUEX3U TI-RTOS Kernel User's Guide 7.6.2 to set MAR.
get build error as below:
**** Build of configuration Debug for project GPIO_LedBlink_evmAM572x_c66xTestProject ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
'Building file: "C:/ti/pdk_am57xx_1_0_11/packages/ti/drv/gpio/test/led_blink/am572x/c66/bios/gpio_test_evmAM572x.cfg"'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/bios_6_52_00_12/packages;C:/ti/pdk_am57xx_1_0_11/packages;C:/ti/edma3_lld_2_12_05_30C/packages;C:/ti/ipc_3_47_02_00/packages;C:/ti/ndk_2_26_00_08/packages;C:/ti/uia_2_21_02_07/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evmAM572X -r debug -c "C:/ti/ti-cgt-c6000_8.2.2" "C:/ti/pdk_am57xx_1_0_11/packages/ti/drv/gpio/test/led_blink/am572x/c66/bios/gpio_test_evmAM572x.cfg"
configuring gpio_test_evmAM572x.xe66 from package/cfg/gpio_test_evmAM572x_pe66.cfg ...
subdir_rules.mk:40: recipe for target 'build-1594306737-inproc' failed
js: "C:/ti/pdk_am57xx_1_0_11/packages/ti/drv/gpio/test/led_blink/am572x/c66/bios/gpio_test_evmAM572x.cfg", line 51: XDC runtime error: ti.sysbios.family.c66.Cache: no element named 'MAR_128_159'
"./package/cfg/gpio_test_evmAM572x_pe66.cfg", line 188
xdctools_3_50_03_33_core\gmake.exe: *** [package/cfg/gpio_test_evmAM572x_pe66.xdl] Error 1
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-1594306737-inproc] Error 1
gmake: *** [build-1594306737] Error 2
subdir_rules.mk:37: recipe for target 'build-1594306737' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
except manual configure Cache register, How to configure it in .cfg script?
Where can I find a updated/verified user guide?