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:
Hello, my work computer does not have a internet connection. How can I configure CCS to run without an internet connection? What extra packages do I need to download? I just downloaded the offline installer and tried to create a new project and was not able to create a new project. Can anyone help me please.
Thank you very much,
Joe
Hello Joe,
CCS does not require an internet connection to run. However, you will lose some functionality without one such as checking for updates, installing plugins/extensions, browsing online examples with Resource Explorer, etc.
and tried to create a new project and was not able to create a new project.
This leads me to believe that you are using CCS 20. The CCS 20 project wizard relies on internet access to browse examples online. If you do not have internet access and do not have any SDKs installed locally, then you will need to manually import existing examples on your local machine. You can download the SDK for your device on a machine with internet access and then manually import examples from it.
Thanks
ki
Hello, thank you very much for responding to post. I'm interested in doing a design with the MSPM0L2228-Q1 which can be found at:
https://www.ti.com/product/MSPM0L2228-Q1#software-development
Would I need to download the "MSPM0-SDK — MSPM0 Software Development Kit (SDK)"?
Is that what you are referring to about download the example software?
I see some other things to download such as MSP-ZERO-CODE-STUDIO, SYSCONFIG, MSP-GANG-SOFTWARE and UNIFLASH. Do I need to download any of these packages?
Last, I have a question about JTAG programmers. I have a Spectrum Digital XPO_1402056 XDS560v2 Pro Trace will this work as a JTAG programmer? What other JTAG programmers could I use to program this microcontroller?
Thank you very much,
Joe
Would I need to download the "MSPM0-SDK — MSPM0 Software Development Kit (SDK)"?
If you don't have internet connection, then you will need to download the SDK manually from another PC with internet access and then copy the installer over to the PC you wish to use it on (that does not have internet access):
https://www.ti.com/tool/MSPM0-SDK
Is that what you are referring to about download the example software?
Yes
I see some other things to download such as MSP-ZERO-CODE-STUDIO, SYSCONFIG, MSP-GANG-SOFTWARE and UNIFLASH. Do I need to download any of these packages?
It depends on your use case. As a new user, I don't anticipate you need these now. CCS comes with SysConfig.
Last, I have a question about JTAG programmers. I have a Spectrum Digital XPO_1402056 XDS560v2 Pro Trace will this work as a JTAG programmer? What other JTAG programmers could I use to program this microcontroller?
It should technically work. That is quite overkill for an MSPM0. I believe all of our XDS class debug probes will work.
XDS110 is the best price/performance probe and recommended for this device.
As a new user, I'd like to draw attention to the CCS 20 fundamentals workshop with MSPM0. It was written for a different MSPM0 device but going through the material would still be useful:
Thanks
ki
Hello, I downloaded the SDK and tried creating a new project in CCS I added the examples from the SDK but I get this error:
What else do I need to download?
Thank you very much,
Joe
I was able install the ARM-CGT — Arm® code generation tools -- compiler tools:
https://www.ti.com/tool/ARM-CGT#downloads
I'm trying to follow the Lab 1 from
I chose the gpio_toggle_output_LP_MSPM0G35007_nortos_ticlang example.
Joe
I was able install the ARM-CGT — Armcode generation tools -- compiler tools:
CCS 20 comes with the TI ARM clang compiler. What it doesn't come with is the ARM GCC compiler (which was mentioned in previous thread). Typically, Resource Explorer would handle this dependency if you installed the SDK from Resource Explorer. But since you are working with a PC not connected to the internet, you need to download/install everything manually.
I'm trying to follow the Lab 1 from
I chose the gpio_toggle_output_LP_MSPM0G35007_nortos_ticlang example.
Yes, I would recommend this workshop as a starting point also.
Thanks
ki