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.

TI Pin Mux tool的疑问

Other Parts Discussed in Thread: CC3200

下载TI官网最新版的Pinmux工具,生成了三个文件夹,有两个c文件和一个h文件。然后使用CCS对CC3200进行配置。当我把生成的三个文件都导入到CCS时就会产生重复定义的错误。所以我的问题是,那两个c文件(pin_mux_config.c和rom_pin_mux_config.c)有什么差别,因为我看了两个c文件,后者就只是多了rom.h 和rom_map.h两个头文件。因为正常编译只需要其中一个c文件和h文件。谢谢你~

xu