This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ccsv7.3.0的版本问题?



使用ccsv7.3.0版本开发6678,ccs的版本为CCS7.3.0.00019_win32,sdk的版本为ti-processor-sdk-rtos-c667x-evm-04.02.00.09-Windows-x86-Install.exe

程序编译完成后,提示csl_cacheAux.h中的CGEM_L1DWWC_WC找不到。请问在哪里能找到CGEM_L1DWWC_WC?

  • 在pdk_c667x_2_0_5\packages\ti\csl\src\ip\cgem\V1\cslr_cgem.h里有定义。

  • csl_cacheAux.h中的语句是    while (CSL_FEXT(hCache->L1DWWC, CGEM_L1DWWC_WC) != 0) {}   

    而cslr_cgem.h中的

    #define CSL_CGEM_L1DWWC_RESV_1_SHIFT ((uint32_t)16u)
    #define CSL_CGEM_L1DWWC_RESV_1_MASK ((uint32_t)0xFFFF0000u)
    #define CSL_CGEM_L1DWWC_RESV_1_RESETVAL ((uint32_t)0x00000000u)
    #define CSL_CGEM_L1DWWC_RESV_1_MAX ((uint32_t)0x0000ffffu)

    #define CSL_CGEM_L1DWWC_WC_SHIFT ((uint32_t)0u)
    #define CSL_CGEM_L1DWWC_WC_MASK ((uint32_t)0x0000FFFFu)
    #define CSL_CGEM_L1DWWC_WC_RESETVAL ((uint32_t)0x00000000u)
    #define CSL_CGEM_L1DWWC_WC_MAX ((uint32_t)0x0000ffffu)

    #define CSL_CGEM_L1DWWC_RESETVAL

    上面并没有CGEM_L1DWWC_WC的定义

  • 同样问题,使用环境为ccs5 ti-processor-sdk,-rtos-k2hk-evm-05.00.00.15-Windows-x86-Install.exe,编译程序后,提示找不到
    "C:/ti/pdk_c667x_2_0_10/packages/ti/csl/csl_cacheAux.h", error #20: identifier "CSL_C66X_COREPAC_REG_BASE_ADDRESS_REGS" 在哪修改?