How can I call assembler code DSP28x_usDelay() in a simulink model
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
dream well
le 9 Fév 2018
Réponse apportée : Venkatesh Chilapur
le 11 Fév 2018
Hello All,
When I use Simulink model to generate code on a C2000 platform, I don't know how to call assembler code DSP28x_usDelay() in the model.Any one can help me? Thank you.
0 commentaires
Réponse acceptée
Venkatesh Chilapur
le 11 Fév 2018
Please use Atomic subsystem and place the customer code block from Simulink coder -> custom code -> system outputs. double click on this block and place the function call inside the execution code section. You may also try coder.extrensic inside a MATLAB function block, or S-function, etc.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Coder dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!