How can I call assembler code DSP28x_usDelay() in a simulink model

10 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Venkatesh Chilapur
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.

Plus de réponses (0)

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!

Translated by