Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF
Tool/software: Code Composer Studio
Hi
I can not find editor XGCONF on CCS version 10
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.
Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF
Tool/software: Code Composer Studio
Hi
I can not find editor XGCONF on CCS version 10
Hi Ki
Thanks for your reply and it is correct, but seems I can not find the file with extension CFG, do I need to create it , when import from Demos TIRTOS or Examples TIRTOS ?
I have imported a ccs project to my CCS ( working with launchpad CC3220SF ) named as provisioning_CC3220SF_LAUNCHXL_tirtos_ccs,
I can not see any file with extension *.cfg on the project tree.
Just inform is active as ( Active-Debug ).
I have tried import another project TIRTOS , such as network terminal , and still can not find the *.cfg file.
Thanks in advance
TI-RTOS projects will have a BIOS configuration file (*.cfg). When you imported the provisioning_CC3220SF_LAUNCHXL_tirtos_ccs project, a dependent tirtos_builds_CC3220SF_LAUNCHXL_release_ccs project should have also been imported with it. That project is the dependent TI-RTOS project that provisioning_CC3220SF_LAUNCHXL_tirtos_ccs is dependent on. It had a cfg file (release.cfg) that you can open with XGCONF. Many of the SimpleLink examples take this approach where they have all the kernel content in a separate TI-RTOS project.
Thanks
ki