What is the difference between the "Build, Deploy & Start" and "Build" buttons from Embedded Coder?

35 visualizaciones (últimos 30 días)
Hi, I'm studying the embedded code generation for PX4 with the "Embedded Coder Support Package for PX4 Autopilot".
The example from the support package says to click "Monitor & Tune" button or "Build, Deploy & Start" button to implement examples.
Also, I couldn't find examples using embedded code generation.
Thus, I wonder if the "Build, Deploy & Start" and "Build" (on embedded coder) do the same work. Otherwise, what is the difference between them?

Respuesta aceptada

Jonas
Jonas el 13 de Mayo de 2020
Editada: Jonas el 13 de Mayo de 2020
  • Build means that MATLAB generates C-code from your Simulink model.
  • Deploy means that the generated C-code is deployed (placed) on your target hardware, which is the controller of a drone in your case.
  • Start means that the deployed generated C-code is started on the target hardware and starts execution.
  2 comentarios
lim daehee
lim daehee el 14 de Mayo de 2020
Dear Jonas,
Thank you for your reply and I have one more question.
What is the difference of codes between the code from build, deploy&start button and the code from the build button on embedded coder app?
Jonas
Jonas el 14 de Mayo de 2020
Should be no difference. With the first button, MATLAB just stops after generating the code, but the code is still the same.

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by