How to solve Simulink error: The path does not exist for Ti texas microcontroller
33 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/392408/image.png)
12 Commenti
promphiriya promboot
il 18 Set 2023
Spostato: Walter Roberson
il 10 Lug 2024
The path does not exist, error code: 0
Risposte (3)
Junran Chen
il 4 Ott 2021
Hi, I have faced the same problem as you. Here is how I solved it:
When you open the add-on explorer, It will ask you to download 3-party applications like CCS, controlSUITE, 2000ware. Just download them all and rerun your simulink model, I think it will fix your problem.
0 Commenti
sudipto mondal
il 28 Feb 2022
Hello Everyone,
I faced the same problem. But finally I found out the solution and solved mine.
Problem: The path ' ' does not exist
Reason: TI Control Suite, Code Composer Studio, C2000Ware has not been installed properly.
Solution: You must install above 3 Application in order to run the code on hardware properly. Firstly use External Add-On from Matlab and select c2000 package. Then select all the available boards and the window will automaticallty tell you which version of these 3 Application you have to install. Just install these 3 Application and you are done with the solution.
I am using R2020a. These are the versions for mine.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/910165/image.png)
3 Commenti
Lars
il 10 Lug 2024
I tried pretty much all of the options above, but in the end, it was updating all add-ons from within the add-on manager that finally resolved the issue.
I have attached a screenshot of how to access the add-on manager (Manage Add-Ons)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1731978/image.png)
I find this strange since in installed the relevant addons (MATLAB Coder, Simulink Coder, Embedded Coder, and C2000 blockset) today. But perhaps it helped correct some of the Simulink paths.
While I have solved the issue for my computer I would still love to understand the root course of the error, so If anyone has a better understanding of why this error occurs, please let me know.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!