Excuse me, My project show "Arduino_A​DXL345__dr​iver_v1 Failed Code generation information file does not exist." How can I do it please?

1 回表示 (過去 30 日間)
I follow by Magesh Jayakumar https://youtu.be/G5ql23PaC_Q But I can't do it.

回答 (1 件)

Chetan
Chetan 2023 年 11 月 8 日
I understand that you're experiencing some challenges with the code generation of your Simulink model.
This issue might be due to the presence of spaces in the directory path of the project. Some programs can encounter difficulties when interpreting file paths that contain spaces. For example, a path like
C:\Users\New Folder\test
could potentially cause problems because of the space within "New Folder".
To mitigate this, consider removing any spaces from your directory paths. For instance, rename
"New Folder" to "New_Folder" or "NewFolder".
After making these changes, it's crucial to update any references to the previous file path in the code or project settings.
Refer to the following MathWorks documentation for more detail regarding this issue:
Hope it helps !

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by