如何在CCS内嵌的sysconfig中刷新ti_config相关源文件和头文件?
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.
在CCS内嵌的sysconfg中,生成的.c/.h文件是没有独立sysconfig的保存键的,然而我在sysconfig左侧更改的外设的配置,保存之后,.c/.h并没有相应更新,我如何刷新,使得这些文件尽快符合我的要求?
存之后,.c/.h并没有相应更新,我如何刷新
您需要在保存之后,build工程才会有相应的改变
具体可以看一下
At project build time, the SysConfig build tool is invoked first (prior to the Compiler and Linker), and will generate source files in the project's Debug/syscfg
directory (where Debug is the build configuration), as seen in the CCS build console.