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.

TMS320F280049: 咨询一下GTI驱动函数的使用方法

Part Number: TMS320F280049
Other Parts Discussed in Thread: LAUNCHXL-F280049C

TI技术支持:

        您好!在CCS安装目录C:\ti\ccsv8\ccs_base\emulation\doc\gti_api\examples\build下游关于使用GTI函数连接芯片,操作寄存器等的例子,如下图所示。

我在GTI_API_Example这个例子里修改可以连接上28335类似的芯片。但是我用这个例子修改后连不上F280049芯片( TI官网买的LAUNCHXL-F280049C板子,两线的CJTAG 
),我去查了一下0049的配置文件,他用到了好几个驱动

drivers/tixds510icepick_c.xml"  、drivers/tixds510c28x.xml"   、drivers/tixds510cla2.xml"  、drivers/tixds510cs_child.xml"

其中一个重要的驱动是tixds510icepick_c.dvr,我想问一下是不是TargetAdapter_Exmaple这个例子是做什么用的?对于0049怎么配置工程里面的参数?

下面是我自己配的,感觉不起作用

// Values for the Texas Instruments software for XDS560v2
#define BOARD_FILE "C:\\ccBoard1.dat" // Path and name of board config file.
#define C64XPLUS_DRIVER "tixds510icepick_c.dvr" // File name of the C64x+ (GEM) driver. tixds560c64x_plus.dvr
#define PRU_DRIVER "tixds510pru.dvr" // File name of the PRU driver.
#define TARGET_ADAPTER "TargetAdapter.dll" // File name of the Target Adapter library.
#define PROBE_PORT 0x510 // Debug probe port (unused for XDS560v2).


// Location of emulation package and related subdirectories
#define EMUPACK_DIR "C:\\ti\\ccsv8\\ccs_base\\"
#define DRIVERS_SUBDIR "emulation\\drivers\\"
#define USCIF_SUBDIR "common\\uscif\\"
#define COMMON_SUBDIR "common\\bin\\"

// Board configuration information
#define PROC_BOARD_NAME "icepick_c_PRU_0" // Name of board and device to debug (defined by caller)
#define PROC_NAME "PRU_0" // Name only of device to debug (as in board config)
#define HOST_BOARD_NAME "icepick_c_c28xx_cpu1" // Name of board and host device (defined by caller)
#define HOST_NAME "c28xx_cpu1" // Name only of host device (as in board config)