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.

C6748中的BIOS配置文件



各位开发者:

      大家好。我在CCS 5中开发SYS/BIOS的程序,CCS会自动添加一个后缀名为.cfg的配置文件,我打开了biospsp_03_00_01_00\cslr\evm6748\examples\uart文件夹中的例程中的.cfg文件,发现和CCS自动生成的不太一样,我用CCS新建工程后,把文件夹中包含的头文件和源文件添加进去,用自动生成的.cfg文件,发现程序也能正常运行。我想知道这个配置文件需要我们手动修改吗?它是干什么用的?

  • 你好,.CFG文件是SYS BIOS的配置文件,如果学习使用SYS BOIS就必须要学会如何配置CFG。配置方法在Bios_User_Guide.pdf有详细描述(文档路径\ccs_5.3\bios_6_34_02_18\docs),具体是两种方法:

    You can create and modify a configuration file in two different ways:
    • Writing the textual .cfg file directly with a text editor or the XDCscript Editor in CCS.
    • Using the visual configuration tool (XGCONF) embedded in CCS.