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
CCS Version: 8.3.0.00009
Windows 10 Pro
Error:
" We are sorry, we cannot access the CCS App Center server. Please check you internet connection and press the "Reload" button in this page. Alternatively, you may use the "Browse" button to navigate to a locally accessible CCS App Center repository (separate download required)."
After Installing tried in vain to connect to App Center to download Complier for C2000 DSPs.
Tried all the recommendations offered in other discussions; no luck.
Uninstalled/Re-installed three times.
Changed Web Browser option to internal and external.
Tried Native, Direct and Manual Network Connections options.
Any Recommendations?
Clarence,
Lets start by getting you the compiler that you need and then we can try to fix the app center.
CCSv8.3.0 includes the 18.1.4 LTS compiler for C2000. Which compiler are you looking for?
There are a couple things we can do to install other compilers.
The first option is from within CCS (it is possible that this may not work for you if the issue you are having with app center is related to accessing the internet from CCS)
From the Help menu there is an option to "Install Code Generation Compiler Tools"
When you select this it will show you a list of available updates. Type C2000 in the filter box at the top to filter the list to just be C2000 Compilers. By default it will show you the latest version for each compiler stream. There is an option at the bottom that you can uncheck to have it show all versions.
If this method does not work then what we can do is manually download and install the compiler and then get CCS to detect it.
You can access the compiler installation packages here: http://software-dl.ti.com/codegen/non-esd/downloads/download.htm#C2000
If the compiler is installed in the default directory then CCS should automatically discover it the next time it starts. If you install somewhere else you can tell CCS where to look here:
Regards,
John
Thank you John,