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/SYSBIOS: Creating BIOS cfg for an example project

Part Number: SYSBIOS

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.

    Combine Simplelink SDK Application and Kernel projects

  • Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If the issue is not resolved or you wish to continue the discussion, please feel free to post a reply with an update below. Thanks!
  • Thank you for your nice reply! Everything is clear, but I can't open the above link, i.e. 'Combine Simplelink SDK Application and Kernel projects'. Could you please re-check the accessibility of the link? I am interested in its content.
  • Sorry about that. I fixed the link in my previous post.