Build a Simulink Model with Target as System File wron
Show older comments
Hello i need Help, i want to build a Model and becom this Message:
External Mode has been disabled for subsystem code generation.
Invalid option 'initCompiledVariantInfoManager' specified in call to 'slInternal'
What i can do? thank you
Answers (1)
Infinite_king
on 18 Dec 2023
0 votes
Hi kamdem tamo,
I understand you're encountering issues while generating code for the Simulink model.
The possible reason for this error could be a misconfiguration of code generation settings. External Mode is a feature in Simulink that allows you to run a simulation on the target hardware and tune parameters in real-time while the simulation is running.
To resolve the problem, try the following troubleshooting steps.
- Open your Simulink model.
- In the ‘MODELING’ tab, select ‘Model Settings’ option.
- In the "Code Generation" section, check the ‘Target selection’ and ‘Build Process’ settings.
- Configure additional settings as needed for your target hardware and communication interface.
- Expand the ‘Code Generation’ section and select ‘Interface’ sub section.
- In ‘Data exchange interface’ select the ‘External mode’ option.
- Click "Apply" and then "OK" to save the changes.
- Attempt to generate code again.
For more information, refer the following MATLAB documentations,
- https:/www.mathworks.com/help/ecoder/xilinxzynq7000ec/ug/set-up-and-use-hosttarget-communication-channel.html
- https://www.mathworks.com/help/slrealtime/gs/execute-real-time-application-in-external-mode-with-step-by-step.html
- https://www.mathworks.com/help/rtw/ref/externalmode.html
Hope this is helpful.
Categories
Find more on Multicore Processor Targets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!