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.
Tool/software: Code Composer Studio
What should I do to generate a BIOS configuration file in an example project which does not include a pre-defined .cfg file?
Do I have to create an empty BIOS cfg file first, and then coding for it? When I tried to create an empty BIOS cfg file and Build the project, there is an error says:
Can't locate file 'ti/targets/rts6000/link.xdt' along the path
I spent quite some time but not yet fix the problem. Is there any other options for me to create a BIOS cfg file?
From your screenshot it appears that you have imported the empty_MSP_EXP432P401R_tirtos_ccs project. Did you import this from Resource Explorer?
The TI-RTOS example projects in the SimpleLink SDK typically have a dependency on another project (the TI-RTOS kernel project) named tirtos_builds_MSP_EXP432P401R_release_ccs which contains the BIOS .cfg file. You can edit this file directly in that project or if you prefer to keep everything self-contained within the main project, you can follow the procedure in this article to combine the application and kernel projects into a single project.