intc 初始化程序 static Int32 intc_init (void) { CSL_IntcGlobalEnableState state; /* INTC module initialization */ context.eventhandlerRecord = EventHandler; context.numEvtEntries = 10; if (CSL_intcInit(&context) != CSL_SOK) return -1; /* Enable NMIs */ if (CSL_intcGlobalNm...
关于pdk_C6678_1_0_0_11中csl所包含的头文件 csl中有很多头文件,有些头文件中程序语句之间有省略号"...",而且很多。例如,在csl_cacheAux.h中就有这样的句子: // Get the memory region information for 20 CACHE_getMemRegionInfo (20, &pcx, &pfx); ... // Ensure Memory Region 20 is not prefe...
and one of the components it installs is the subject pdk. However, the platform documentation directories have only 4 generic html files. I believe they should be full of files at C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform\docs\platform\html Am I doing something wrong or are they...
js: "F:/Texas Instruments/pdk_C6678_1_0_0_16/packages/ti/drv/qmss/example/InfrastructureMode/...
6678 pdk_C6678_1_0_0_17 我需要pdk的版本是pdk_C6678_1_0_0_17。 pdk是mcsdk的一部分,如果我需要上述版本的pdk,那mcsdk的版本是什么呢? 而且http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/02_01_01_04/index_FDS.html中只有最新版本的mcsdk...
我现在阅读的是C:tipdk_C6678_1_1_2_6packagesticslexamplecpintccpintc_test.c中的代码(硬件平台是C6678),557~577行代码内容如下: hnd = CSL_CPINTC_open(1); if (hnd == 0) [ printf ("Error: Unable to open CPINT instance 1n"); return; ...
我想请问,pdk与mcsdk的区别是什么呢?我安装的pdk,运行的也是pdk下面的例子,为什么会缺少这个宏定义呢?才接触C6678,请帮忙回答一下。 首先感谢您的答复. 我按照链接里的如下步骤操作: Select C/C++ Development perspective Click on File -> Import On the Import Dialog Box select Existing CCS/CCE Eclipse Proje...
F:\Texas Instruments\pdk_C6678_1_0_0_16\packages\ti\drv\exampleProjects\qmInfraExampleProject这个例子,过程是: 1、在ccs下project》import 2、导入后在#include <ti/drv/qmss/qmss_drv.h>前面显示“?”,我就在properties》Include Option里面把"F:\Texas Instruments\pdk_C6678_...
6678 pdk_C6678_1_0_0_17 我需要pdk的版本是pdk_C6678_1_0_0_17。 pdk是mcsdk的一部分,如果我需要上述版本的pdk,那mcsdk的版本是什么呢? 而且http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/02_01_01_04/index_FDS.html中只有最新版本的mcsdk...
hi, expert: 硬件平台:6678 软件平台:CCS5.5 在C:\ti\pdk_C6678_1_1_2_6\packages\ti\drv\exampleProjects下,有SRIO_LoopbackDioIsrexampleproject, SRIO_LoopbackTestProject